#BC8864

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

Shades of Twine #BC8864

Tints of Twine #BC8864

Color information

#BC8864 (or 0xBC8864) is unknown color: approx Twine. HEX triplet: BC, 88 and 64. RGB value is (188,136,100). Sum of RGB (Red+Green+Blue) = 188+136+100=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8864 is #43779B. Grayscale: #939393. Windows color (decimal): -4421532 or 6588604. OLE color: 6588604.

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

Color convert

RGB188136100-
CMYK00.280.470.26
HSL24.55º39.64%56.47%-
HSV(B)24.55º46.81%73.73%-
XYZ31.8429.2216.02-
YUV147.44101.23156.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 100 (39.45% from 255) = 23.58%
R=44.34%
G=32.08%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813610000.280.470.2624.5539.6456.47
HexBC886401C2F1A192838
Octal2742101440345732315070
Binary101111001000100011001000111001011111101011001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8864; }

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

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

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

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

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

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

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

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