#BB9550

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

Shades of Tussock #BB9550

Tints of Tussock #BB9550

Color information

#BB9550 (or 0xBB9550) is unknown color: approx Tussock. HEX triplet: BB, 95 and 50. RGB value is (187,149,80). Sum of RGB (Red+Green+Blue) = 187+149+80=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9550 is #446AAF. Grayscale: #989898. Windows color (decimal): -4483760 or 5281211. OLE color: 5281211.

HSL color Cylindrical-coordinate representation of color #BB9550: hue angle of 38.69º 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 #BB9550 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18714980-
CMYK00.200.570.27
HSL38.69º44.03%52.35%-
HSV(B)38.69º57.22%73.33%-
XYZ32.6932.6412.17-
YUV152.587.09152.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 80 (31.64% from 255) = 19.23%
R=44.95%
G=35.82%
B=19.23%

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
Decimal1871498000.200.570.2738.6944.0352.35
HexBB9550014391B272c34
Octal2732251200247133475464
Binary1011101110010101101000001010011100111011100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9550; }

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

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

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

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

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

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

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

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