#BB8848

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

Shades of Tussock #BB8848

Tints of Tussock #BB8848

Color information

#BB8848 (or 0xBB8848) is unknown color: approx Tussock. HEX triplet: BB, 88 and 48. RGB value is (187,136,72). Sum of RGB (Red+Green+Blue) = 187+136+72=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8848 is #4477B7. Grayscale: #909090. Windows color (decimal): -4487096 or 4753595. OLE color: 4753595.

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

Color convert

RGB18713672-
CMYK00.270.610.27
HSL33.39º45.82%50.78%-
HSV(B)33.39º61.5%73.33%-
XYZ30.4728.6410.05-
YUV143.9587.4158.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=47.34%
G=34.43%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871367200.270.610.2733.3945.8250.78
HexBB884801B3D1B212e33
Octal2732101100337533415663
Binary1011101110001000100100001101111110111011100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8848; }

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

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

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

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

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

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

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

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