#BF9549

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

Shades of Tussock #BF9549

Tints of Tussock #BF9549

Color information

#BF9549 (or 0xBF9549) is unknown color: approx Tussock. HEX triplet: BF, 95 and 49. RGB value is (191,149,73). Sum of RGB (Red+Green+Blue) = 191+149+73=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9549 is #406AB6. Grayscale: #999999. Windows color (decimal): -4221623 or 4822463. OLE color: 4822463.

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

Color convert

RGB19114973-
CMYK00.220.620.25
HSL38.64º47.97%51.76%-
HSV(B)38.64º61.78%74.9%-
XYZ33.4433.0510.92-
YUV152.8982.91155.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 149 (58.59% from 255) = 36.08%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=46.25%
G=36.08%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911497300.220.620.2538.6447.9751.76
HexBF95490163E19273034
Octal2772251110267631476064
Binary1011111110010101100100101011011111011001100111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9549; }

 p { color: rgb(191,149,73); }

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

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

 a { background-color: rgb(191,149,73); }

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

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

 span { border-color: rgb(191,149,73); }

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