#BB9553

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

Shades of Tussock #BB9553

Tints of Tussock #BB9553

Color information

#BB9553 (or 0xBB9553) is unknown color: approx Tussock. HEX triplet: BB, 95 and 53. RGB value is (187,149,83). Sum of RGB (Red+Green+Blue) = 187+149+83=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9553 is #446AAC. Grayscale: #999999. Windows color (decimal): -4483757 or 5477819. OLE color: 5477819.

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

Color convert

RGB18714983-
CMYK00.200.560.27
HSL38.08º43.33%52.94%-
HSV(B)38.08º55.61%73.33%-
XYZ32.832.6812.76-
YUV152.8488.59152.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 19.81%
R=44.63%
G=35.56%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871498300.200.560.2738.0843.3352.94
HexBB9553014381B262b35
Octal2732251230247033465365
Binary1011101110010101101001101010011100011011100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9553; }

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

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

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

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

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

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

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

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