#BF8747

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

Shades of Tussock #BF8747

Tints of Tussock #BF8747

Color information

#BF8747 (or 0xBF8747) is unknown color: approx Tussock. HEX triplet: BF, 87 and 47. RGB value is (191,135,71). Sum of RGB (Red+Green+Blue) = 191+135+71=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8747 is #4078B8. Grayscale: #909090. Windows color (decimal): -4225209 or 4687807. OLE color: 4687807.

HSL color Cylindrical-coordinate representation of color #BF8747: hue angle of 32º 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 #BF8747 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19113571-
CMYK00.290.630.25
HSL32º48.39%51.37%-
HSV(B)32º62.83%74.9%-
XYZ31.2928.869.88-
YUV144.4586.55161.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=48.11%
G=34.01%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911357100.290.630.253248.3951.37
HexBF874701D3F19203033
Octal2772071070357731406063
Binary1011111110000111100011101110111111111001100000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8747; }

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

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

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

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

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

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

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

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