#BB8A46

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

Shades of Tussock #BB8A46

Tints of Tussock #BB8A46

Color information

#BB8A46 (or 0xBB8A46) is unknown color: approx Tussock. HEX triplet: BB, 8A and 46. RGB value is (187,138,70). Sum of RGB (Red+Green+Blue) = 187+138+70=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 70 (27.73% from 255 or 17.72% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8A46 is #4475B9. Grayscale: #919191. Windows color (decimal): -4486586 or 4623035. OLE color: 4623035.

HSL color Cylindrical-coordinate representation of color #BB8A46: hue angle of 34.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8A46 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18713870-
CMYK00.260.630.27
HSL34.87º46.25%50.39%-
HSV(B)34.87º62.57%73.33%-
XYZ30.6929.189.81-
YUV144.985.73158.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 70 (27.73% from 255) = 17.72%
R=47.34%
G=34.94%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871387000.260.630.2734.8746.2550.39
HexBB8A4601A3F1B232e32
Octal2732121060327733435662
Binary1011101110001010100011001101011111111011100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8A46; }

 p { color: rgb(187,138,70); }

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

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

 a { background-color: rgb(187,138,70); }

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

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

 span { border-color: rgb(187,138,70); }

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