#BF9650

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

Shades of Tussock #BF9650

Tints of Tussock #BF9650

Color information

#BF9650 (or 0xBF9650) is unknown color: approx Tussock. HEX triplet: BF, 96 and 50. RGB value is (191,150,80). Sum of RGB (Red+Green+Blue) = 191+150+80=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9650 is #4069AF. Grayscale: #9A9A9A. Windows color (decimal): -4221360 or 5281471. OLE color: 5281471.

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

Color convert

RGB19115080-
CMYK00.210.580.25
HSL37.84º46.44%53.14%-
HSV(B)37.84º58.12%74.9%-
XYZ33.8433.4712.27-
YUV154.2886.08154.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 80 (31.64% from 255) = 19.00%
R=45.37%
G=35.63%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911508000.210.580.2537.8446.4453.14
HexBF96500153A19262e35
Octal2772261200257231465665
Binary1011111110010110101000001010111101011001100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9650; }

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

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

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

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

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

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

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

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