#BC8E4C

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

Shades of Tussock #BC8E4C

Tints of Tussock #BC8E4C

Color information

#BC8E4C (or 0xBC8E4C) is unknown color: approx Tussock. HEX triplet: BC, 8E and 4C. RGB value is (188,142,76). Sum of RGB (Red+Green+Blue) = 188+142+76=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E4C is #4371B3. Grayscale: #949494. Windows color (decimal): -4420020 or 5017276. OLE color: 5017276.

HSL color Cylindrical-coordinate representation of color #BC8E4C: hue angle of 35.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC8E4C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18814276-
CMYK00.240.600.26
HSL35.36º45.53%51.76%-
HSV(B)35.36º59.57%73.73%-
XYZ31.7230.5611.06-
YUV148.2387.24156.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=46.31%
G=34.98%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881427600.240.600.2635.3645.5351.76
HexBC8E4C0183C1A232e34
Octal2742161140307432435664
Binary1011110010001110100110001100011110011010100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E4C; }

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

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

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

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

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

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

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

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