#BF9450

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

Shades of Tussock #BF9450

Tints of Tussock #BF9450

Color information

#BF9450 (or 0xBF9450) is unknown color: approx Tussock. HEX triplet: BF, 94 and 50. RGB value is (191,148,80). Sum of RGB (Red+Green+Blue) = 191+148+80=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9450 is #406BAF. Grayscale: #999999. Windows color (decimal): -4221872 or 5280959. OLE color: 5280959.

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

Color convert

RGB19114880-
CMYK00.230.580.25
HSL36.76º46.44%53.14%-
HSV(B)36.76º58.12%74.9%-
XYZ33.5232.8412.16-
YUV153.186.75155.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 80 (31.64% from 255) = 19.09%
R=45.58%
G=35.32%
B=19.09%

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
Decimal1911488000.230.580.2536.7646.4453.14
HexBF94500173A19252e35
Octal2772241200277231455665
Binary1011111110010100101000001011111101011001100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9450; }

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

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

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

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

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

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

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

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