#BB904D

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

Shades of Tussock #BB904D

Tints of Tussock #BB904D

Color information

#BB904D (or 0xBB904D) is unknown color: approx Tussock. HEX triplet: BB, 90 and 4D. RGB value is (187,144,77). Sum of RGB (Red+Green+Blue) = 187+144+77=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB904D is #446FB2. Grayscale: #959595. Windows color (decimal): -4485043 or 5083323. OLE color: 5083323.

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

Color convert

RGB18714477-
CMYK00.230.590.27
HSL36.55º44.72%51.76%-
HSV(B)36.55º58.82%73.33%-
XYZ31.8131.0511.34-
YUV149.2287.25154.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 77 (30.47% from 255) = 18.87%
R=45.83%
G=35.29%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871447700.230.590.2736.5544.7251.76
HexBB904D0173B1B252d34
Octal2732201150277333455564
Binary1011101110010000100110101011111101111011100101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB904D; }

 p { color: rgb(187,144,77); }

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

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

 a { background-color: rgb(187,144,77); }

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

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

 span { border-color: rgb(187,144,77); }

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