#BB964D

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

Shades of Tussock #BB964D

Tints of Tussock #BB964D

Color information

#BB964D (or 0xBB964D) is unknown color: approx Tussock. HEX triplet: BB, 96 and 4D. RGB value is (187,150,77). Sum of RGB (Red+Green+Blue) = 187+150+77=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB964D is #4469B2. Grayscale: #999999. Windows color (decimal): -4483507 or 5084859. OLE color: 5084859.

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

Color convert

RGB18715077-
CMYK00.200.590.27
HSL39.82º44.72%51.76%-
HSV(B)39.82º58.82%73.33%-
XYZ32.7432.9111.65-
YUV152.7485.26152.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=45.17%
G=36.23%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871507700.200.590.2739.8244.7251.76
HexBB964D0143B1B282d34
Octal2732261150247333505564
Binary1011101110010110100110101010011101111011101000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB964D; }

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

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

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

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

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

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

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

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