#bf9451

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

Shades of Tussock #BF9451

Tints of Tussock #BF9451

Color information

#BF9451 (or 0xBF9451) is unknown color: approx Tussock. HEX triplet: BF, 94 and 51. RGB value is (191,148,81). Sum of RGB (Red+Green+Blue) = 191+148+81=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9451 is #406BAE. Grayscale: #999999. Windows color (decimal): -4221871 or 5346495. OLE color: 5346495.

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

Color convert

RGB19114881-
CMYK00.230.580.25
HSL36.55º46.22%53.33%-
HSV(B)36.55º57.59%74.9%-
XYZ33.5632.8512.36-
YUV153.2287.25154.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 148 (58.20% from 255) = 35.24%
BLUE value IS 81 (32.03% from 255) = 19.29%
R=45.48%
G=35.24%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911488100.230.580.2536.5546.2253.33
HexBF94510173A19252e35
Octal2772241210277231455665
Binary1011111110010100101000101011111101011001100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9451; }

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

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

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

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

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

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

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

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