#BC8851

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

Shades of Twine #BC8851

Tints of Twine #BC8851

Color information

#BC8851 (or 0xBC8851) is unknown color: approx Twine. HEX triplet: BC, 88 and 51. RGB value is (188,136,81). Sum of RGB (Red+Green+Blue) = 188+136+81=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8851 is #4377AE. Grayscale: #919191. Windows color (decimal): -4421551 or 5343420. OLE color: 5343420.

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

Color convert

RGB18813681-
CMYK00.280.570.26
HSL30.84º44.4%52.75%-
HSV(B)30.84º56.91%73.73%-
XYZ31.0328.8911.73-
YUV145.2891.73158.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 136 (53.52% from 255) = 33.58%
BLUE value IS 81 (32.03% from 255) = 20%
R=46.42%
G=33.58%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881368100.280.570.2630.8444.452.75
HexBC885101C391A1f2c35
Octal2742101210347132375465
Binary101111001000100010100010111001110011101011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8851; }

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

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

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

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

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

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

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

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