#BC8862

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

Shades of Twine #BC8862

Tints of Twine #BC8862

Color information

#BC8862 (or 0xBC8862) is unknown color: approx Twine. HEX triplet: BC, 88 and 62. RGB value is (188,136,98). Sum of RGB (Red+Green+Blue) = 188+136+98=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8862 is #43779D. Grayscale: #939393. Windows color (decimal): -4421534 or 6457532. OLE color: 6457532.

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

Color convert

RGB18813698-
CMYK00.280.480.26
HSL25.33º40.18%56.08%-
HSV(B)25.33º47.87%73.73%-
XYZ31.7529.1815.51-
YUV147.22100.23157.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=44.55%
G=32.23%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881369800.280.480.2625.3340.1856.08
HexBC886201C301A192838
Octal2742101420346032315070
Binary101111001000100011000100111001100001101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8862; }

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

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

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

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

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

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

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

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