#BF9246

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

Shades of Tussock #BF9246

Tints of Tussock #BF9246

Color information

#BF9246 (or 0xBF9246) is unknown color: approx Tussock. HEX triplet: BF, 92 and 46. RGB value is (191,146,70). Sum of RGB (Red+Green+Blue) = 191+146+70=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9246 is #406DB9. Grayscale: #979797. Windows color (decimal): -4222394 or 4625087. OLE color: 4625087.

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

Color convert

RGB19114670-
CMYK00.240.630.25
HSL37.69º48.59%51.18%-
HSV(B)37.69º63.35%74.9%-
XYZ32.8732.0810.25-
YUV150.7982.41156.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=46.93%
G=35.87%
B=17.20%

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
Decimal1911467000.240.630.2537.6948.5951.18
HexBF92460183F19263133
Octal2772221060307731466163
Binary1011111110010010100011001100011111111001100110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9246; }

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

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

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

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

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

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

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

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