#BB984D

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

Shades of Tussock #BB984D

Tints of Tussock #BB984D

Color information

#BB984D (or 0xBB984D) is unknown color: approx Tussock. HEX triplet: BB, 98 and 4D. RGB value is (187,152,77). Sum of RGB (Red+Green+Blue) = 187+152+77=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB984D is #4467B2. Grayscale: #9A9A9A. Windows color (decimal): -4482995 or 5085371. OLE color: 5085371.

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

Color convert

RGB18715277-
CMYK00.190.590.27
HSL40.91º44.72%51.76%-
HSV(B)40.91º58.82%73.33%-
XYZ33.0633.5611.76-
YUV153.9284.6151.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 77 (30.47% from 255) = 18.51%
R=44.95%
G=36.54%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871527700.190.590.2740.9144.7251.76
HexBB984D0133B1B292d34
Octal2732301150237333515564
Binary1011101110011000100110101001111101111011101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB984D; }

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

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

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

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

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

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

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

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