#BF9247

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

Shades of Tussock #BF9247

Tints of Tussock #BF9247

Color information

#BF9247 (or 0xBF9247) is unknown color: approx Tussock. HEX triplet: BF, 92 and 47. RGB value is (191,146,71). Sum of RGB (Red+Green+Blue) = 191+146+71=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9247 is #406DB8. Grayscale: #979797. Windows color (decimal): -4222393 or 4690623. OLE color: 4690623.

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

Color convert

RGB19114671-
CMYK00.240.630.25
HSL37.5º48.39%51.37%-
HSV(B)37.5º62.83%74.9%-
XYZ32.932.0910.42-
YUV150.982.91156.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 71 (28.12% from 255) = 17.40%
R=46.81%
G=35.78%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911467100.240.630.2537.548.3951.37
HexBF92470183F19263033
Octal2772221070307731466063
Binary1011111110010010100011101100011111111001100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9247; }

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

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

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

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

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

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

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

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