#BE8862

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

Shades of Twine #BE8862

Tints of Twine #BE8862

Color information

#BE8862 (or 0xBE8862) is unknown color: approx Twine. HEX triplet: BE, 88 and 62. RGB value is (190,136,98). Sum of RGB (Red+Green+Blue) = 190+136+98=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8862 is #41779D. Grayscale: #949494. Windows color (decimal): -4290462 or 6457534. OLE color: 6457534.

HSL color Cylindrical-coordinate representation of color #BE8862: hue angle of 24.78º 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 #BE8862 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19013698-
CMYK00.280.480.25
HSL24.78º41.44%56.47%-
HSV(B)24.78º48.42%74.51%-
XYZ32.2429.4415.54-
YUV147.8199.89158.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 98 (38.67% from 255) = 23.11%
R=44.81%
G=32.08%
B=23.11%

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
Decimal1901369800.280.480.2524.7841.4456.47
HexBE886201C3019192938
Octal2762101420346031315170
Binary101111101000100011000100111001100001100111001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8862; }

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

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

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

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

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

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

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

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