#B88E48

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

Shades of Tussock #B88E48

Tints of Tussock #B88E48

Color information

#B88E48 (or 0xB88E48) is unknown color: approx Tussock. HEX triplet: B8, 8E and 48. RGB value is (184,142,72). Sum of RGB (Red+Green+Blue) = 184+142+72=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88E48 is #4771B7. Grayscale: #929292. Windows color (decimal): -4682168 or 4755128. OLE color: 4755128.

HSL color Cylindrical-coordinate representation of color #B88E48: hue angle of 37.5º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B88E48 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18414272-
CMYK00.230.610.28
HSL37.5º44.09%50.2%-
HSV(B)37.5º60.87%72.16%-
XYZ30.613010.31-
YUV146.5885.91154.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=46.23%
G=35.68%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841427200.230.610.2837.544.0950.2
HexB88E480173D1C262c32
Octal2702161100277534465462
Binary1011100010001110100100001011111110111100100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E48; }

 p { color: rgb(184,142,72); }

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

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

 a { background-color: rgb(184,142,72); }

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

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

 span { border-color: rgb(184,142,72); }

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