#BB9650

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

Shades of Tussock #BB9650

Tints of Tussock #BB9650

Color information

#BB9650 (or 0xBB9650) is unknown color: approx Tussock. HEX triplet: BB, 96 and 50. RGB value is (187,150,80). Sum of RGB (Red+Green+Blue) = 187+150+80=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9650 is #4469AF. Grayscale: #999999. Windows color (decimal): -4483504 or 5281467. OLE color: 5281467.

HSL color Cylindrical-coordinate representation of color #BB9650: hue angle of 39.25º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB9650 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18715080-
CMYK00.200.570.27
HSL39.25º44.03%52.35%-
HSV(B)39.25º57.22%73.33%-
XYZ32.8532.9612.22-
YUV153.0886.76152.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 80 (31.64% from 255) = 19.18%
R=44.84%
G=35.97%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871508000.200.570.2739.2544.0352.35
HexBB9650014391B272c34
Octal2732261200247133475464
Binary1011101110010110101000001010011100111011100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9650; }

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

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

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

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

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

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

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

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