#BE8962

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

Shades of Twine #BE8962

Tints of Twine #BE8962

Color information

#BE8962 (or 0xBE8962) is unknown color: approx Twine. HEX triplet: BE, 89 and 62. RGB value is (190,137,98). Sum of RGB (Red+Green+Blue) = 190+137+98=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8962 is #41769D. Grayscale: #949494. Windows color (decimal): -4290206 or 6457790. OLE color: 6457790.

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

Color convert

RGB19013798-
CMYK00.280.480.25
HSL25.43º41.44%56.47%-
HSV(B)25.43º48.42%74.51%-
XYZ32.3929.7215.58-
YUV148.499.56157.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 98 (38.67% from 255) = 23.06%
R=44.71%
G=32.24%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901379800.280.480.2525.4341.4456.47
HexBE896201C3019192938
Octal2762111420346031315170
Binary101111101000100111000100111001100001100111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8962; }

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

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

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

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

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

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

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

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