#BC8A4F

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

Shades of Tussock #BC8A4F

Tints of Tussock #BC8A4F

Color information

#BC8A4F (or 0xBC8A4F) is unknown color: approx Tussock. HEX triplet: BC, 8A and 4F. RGB value is (188,138,79). Sum of RGB (Red+Green+Blue) = 188+138+79=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A4F is #4375B0. Grayscale: #929292. Windows color (decimal): -4421041 or 5212860. OLE color: 5212860.

HSL color Cylindrical-coordinate representation of color #BC8A4F: hue angle of 32.48º 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 #BC8A4F is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18813879-
CMYK00.270.580.26
HSL32.48º44.86%52.35%-
HSV(B)32.48º57.98%73.73%-
XYZ31.2429.4311.43-
YUV146.2290.06157.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=46.42%
G=34.07%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881387900.270.580.2632.4844.8652.35
HexBC8A4F01B3A1A202d34
Octal2742121170337232405564
Binary1011110010001010100111101101111101011010100000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A4F; }

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

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

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

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

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

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

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

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