#BC8E54

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

Shades of Twine #BC8E54

Tints of Twine #BC8E54

Color information

#BC8E54 (or 0xBC8E54) is unknown color: approx Twine. HEX triplet: BC, 8E and 54. RGB value is (188,142,84). Sum of RGB (Red+Green+Blue) = 188+142+84=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E54 is #4371AB. Grayscale: #959595. Windows color (decimal): -4420012 or 5541564. OLE color: 5541564.

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

Color convert

RGB18814284-
CMYK00.240.550.26
HSL33.46º43.7%53.33%-
HSV(B)33.46º55.32%73.73%-
XYZ32.0130.6812.62-
YUV149.1491.24155.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=45.41%
G=34.30%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881428400.240.550.2633.4643.753.33
HexBC8E54018371A212c35
Octal2742161240306732415465
Binary1011110010001110101010001100011011111010100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E54; }

 p { color: rgb(188,142,84); }

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

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

 a { background-color: rgb(188,142,84); }

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

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

 span { border-color: rgb(188,142,84); }

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