#BF9251

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

Shades of Tussock #BF9251

Tints of Tussock #BF9251

Color information

#BF9251 (or 0xBF9251) is unknown color: approx Tussock. HEX triplet: BF, 92 and 51. RGB value is (191,146,81). Sum of RGB (Red+Green+Blue) = 191+146+81=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9251 is #406DAE. Grayscale: #989898. Windows color (decimal): -4222383 or 5345983. OLE color: 5345983.

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

Color convert

RGB19114681-
CMYK00.240.580.25
HSL35.45º46.22%53.33%-
HSV(B)35.45º57.59%74.9%-
XYZ33.2532.2312.25-
YUV152.0487.91155.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=45.69%
G=34.93%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911468100.240.580.2535.4546.2253.33
HexBF92510183A19232e35
Octal2772221210307231435665
Binary1011111110010010101000101100011101011001100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9251; }

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

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

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

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

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

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

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

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