#BF8E47

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

Shades of Tussock #BF8E47

Tints of Tussock #BF8E47

Color information

#BF8E47 (or 0xBF8E47) is unknown color: approx Tussock. HEX triplet: BF, 8E and 47. RGB value is (191,142,71). Sum of RGB (Red+Green+Blue) = 191+142+71=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8E47 is #4071B8. Grayscale: #949494. Windows color (decimal): -4223417 or 4689599. OLE color: 4689599.

HSL color Cylindrical-coordinate representation of color #BF8E47: hue angle of 35.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF8E47 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19114271-
CMYK00.260.630.25
HSL35.5º48.39%51.37%-
HSV(B)35.5º62.83%74.9%-
XYZ32.330.8810.22-
YUV148.5684.23158.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=47.28%
G=35.15%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911427100.260.630.2535.548.3951.37
HexBF8E4701A3F19243033
Octal2772161070327731446063
Binary1011111110001110100011101101011111111001100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E47; }

 p { color: rgb(191,142,71); }

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

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

 a { background-color: rgb(191,142,71); }

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

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

 span { border-color: rgb(191,142,71); }

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