#BC8C4F

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

Shades of Tussock #BC8C4F

Tints of Tussock #BC8C4F

Color information

#BC8C4F (or 0xBC8C4F) is unknown color: approx Tussock. HEX triplet: BC, 8C and 4F. RGB value is (188,140,79). Sum of RGB (Red+Green+Blue) = 188+140+79=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C4F is #4373B0. Grayscale: #939393. Windows color (decimal): -4420529 or 5213372. OLE color: 5213372.

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

Color convert

RGB18814079-
CMYK00.260.580.26
HSL33.58º44.86%52.35%-
HSV(B)33.58º57.98%73.73%-
XYZ31.5330.0111.53-
YUV147.489.4156.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=46.19%
G=34.40%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881407900.260.580.2633.5844.8652.35
HexBC8C4F01A3A1A222d34
Octal2742141170327232425564
Binary1011110010001100100111101101011101011010100010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C4F; }

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

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

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

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

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

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

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

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