#BC8A51

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

Shades of Twine #BC8A51

Tints of Twine #BC8A51

Color information

#BC8A51 (or 0xBC8A51) is unknown color: approx Twine. HEX triplet: BC, 8A and 51. RGB value is (188,138,81). Sum of RGB (Red+Green+Blue) = 188+138+81=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A51 is #4375AE. Grayscale: #929292. Windows color (decimal): -4421039 or 5343932. OLE color: 5343932.

HSL color Cylindrical-coordinate representation of color #BC8A51: hue angle of 31.96º 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 #BC8A51 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18813881-
CMYK00.270.570.26
HSL31.96º44.4%52.75%-
HSV(B)31.96º56.91%73.73%-
XYZ31.3129.4611.82-
YUV146.4591.06157.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=46.19%
G=33.91%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881388100.270.570.2631.9644.452.75
HexBC8A5101B391A202c35
Octal2742121210337132405465
Binary1011110010001010101000101101111100111010100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A51; }

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

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

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

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

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

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

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

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