#BB9051

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

Shades of Tussock #BB9051

Tints of Tussock #BB9051

Color information

#BB9051 (or 0xBB9051) is unknown color: approx Tussock. HEX triplet: BB, 90 and 51. RGB value is (187,144,81). Sum of RGB (Red+Green+Blue) = 187+144+81=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9051 is #446FAE. Grayscale: #959595. Windows color (decimal): -4485039 or 5345467. OLE color: 5345467.

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

Color convert

RGB18714481-
CMYK00.230.570.27
HSL35.66º43.8%52.55%-
HSV(B)35.66º56.68%73.33%-
XYZ31.9531.1112.1-
YUV149.6789.25154.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=45.39%
G=34.95%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871448100.230.570.2735.6643.852.55
HexBB9051017391B242c35
Octal2732201210277133445465
Binary1011101110010000101000101011111100111011100100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9051; }

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

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

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

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

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

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

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

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