#BF9951

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

Shades of Tussock #BF9951

Tints of Tussock #BF9951

Color information

#BF9951 (or 0xBF9951) is unknown color: approx Tussock. HEX triplet: BF, 99 and 51. RGB value is (191,153,81). Sum of RGB (Red+Green+Blue) = 191+153+81=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9951 is #4066AE. Grayscale: #9C9C9C. Windows color (decimal): -4220591 or 5347775. OLE color: 5347775.

HSL color Cylindrical-coordinate representation of color #BF9951: hue angle of 39.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF9951 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19115381-
CMYK00.200.580.25
HSL39.27º46.22%53.33%-
HSV(B)39.27º57.59%74.9%-
XYZ34.3634.4512.62-
YUV156.1585.59152.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 81 (32.03% from 255) = 19.06%
R=44.94%
G=36%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911538100.200.580.2539.2746.2253.33
HexBF99510143A19272e35
Octal2772311210247231475665
Binary1011111110011001101000101010011101011001100111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9951; }

 p { color: rgb(191,153,81); }

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

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

 a { background-color: rgb(191,153,81); }

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

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

 span { border-color: rgb(191,153,81); }

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