#BB8B48

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

Shades of Tussock #BB8B48

Tints of Tussock #BB8B48

Color information

#BB8B48 (or 0xBB8B48) is unknown color: approx Tussock. HEX triplet: BB, 8B and 48. RGB value is (187,139,72). Sum of RGB (Red+Green+Blue) = 187+139+72=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8B48 is #4474B7. Grayscale: #929292. Windows color (decimal): -4486328 or 4754363. OLE color: 4754363.

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

Color convert

RGB18713972-
CMYK00.260.610.27
HSL34.96º45.82%50.78%-
HSV(B)34.96º61.5%73.33%-
XYZ30.929.510.2-
YUV145.7186.4157.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 139 (54.69% from 255) = 34.92%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=46.98%
G=34.92%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871397200.260.610.2734.9645.8250.78
HexBB8B4801A3D1B232e33
Octal2732131100327533435663
Binary1011101110001011100100001101011110111011100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B48; }

 p { color: rgb(187,139,72); }

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

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

 a { background-color: rgb(187,139,72); }

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

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

 span { border-color: rgb(187,139,72); }

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