#BC8C45

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

Shades of Tussock #BC8C45

Tints of Tussock #BC8C45

Color information

#BC8C45 (or 0xBC8C45) is unknown color: approx Tussock. HEX triplet: BC, 8C and 45. RGB value is (188,140,69). Sum of RGB (Red+Green+Blue) = 188+140+69=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C45 is #4373BA. Grayscale: #929292. Windows color (decimal): -4420539 or 4558012. OLE color: 4558012.

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

Color convert

RGB18814069-
CMYK00.260.630.26
HSL35.8º47.04%50.39%-
HSV(B)35.8º63.3%73.73%-
XYZ31.1929.889.75-
YUV146.2684.4157.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=47.36%
G=35.26%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881406900.260.630.2635.847.0450.39
HexBC8C4501A3F1A242f32
Octal2742141050327732445762
Binary1011110010001100100010101101011111111010100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C45; }

 p { color: rgb(188,140,69); }

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

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

 a { background-color: rgb(188,140,69); }

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

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

 span { border-color: rgb(188,140,69); }

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