#BE8950

Color #BE8950 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BE8950

Tints of Twine #BE8950

Color information

#BE8950 (or 0xBE8950) is unknown color: approx Twine. HEX triplet: BE, 89 and 50. RGB value is (190,137,80). Sum of RGB (Red+Green+Blue) = 190+137+80=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8950 is #4176AF. Grayscale: #929292. Windows color (decimal): -4290224 or 5278142. OLE color: 5278142.

HSL color Cylindrical-coordinate representation of color #BE8950: hue angle of 31.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8950 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19013780-
CMYK00.280.580.25
HSL31.09º45.83%52.94%-
HSV(B)31.09º57.89%74.51%-
XYZ31.6329.4211.6-
YUV146.3590.56159.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 80 (31.64% from 255) = 19.66%
R=46.68%
G=33.66%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901378000.280.580.2531.0945.8352.94
HexBE895001C3A191f2e35
Octal2762111200347231375665
Binary101111101000100110100000111001110101100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8950; }

 p { color: rgb(190,137,80); }

 H1.HeaderClassName
 {
   color: #BE8950;
 }
 .AnyTagClassName
 {
   color: #BE8950;
 }
</style>
background-color css

<style>
 a { background-color: #BE8950; }

 a { background-color: rgb(190,137,80); }

 div.DivClassName
 {
   background-color: #BE8950;
 }
 .BgClassName
 {
   background-color: #BE8950;
 }
</style>
border-color css

<style>
 span { border-color: #BE8950; }

 span { border-color: rgb(190,137,80); }

 td.TdClassName
 {
   border-color: #BE8950;
 }
 .TagClassName
 {
   border-color: #BE8950;
 }
</style>