#B88E4E

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

Shades of Tussock #B88E4E

Tints of Tussock #B88E4E

Color information

#B88E4E (or 0xB88E4E) is unknown color: approx Tussock. HEX triplet: B8, 8E and 4E. RGB value is (184,142,78). Sum of RGB (Red+Green+Blue) = 184+142+78=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E4E is #4771B1. Grayscale: #939393. Windows color (decimal): -4682162 or 5148344. OLE color: 5148344.

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

Color convert

RGB18414278-
CMYK00.230.580.28
HSL36.23º42.74%51.37%-
HSV(B)36.23º57.61%72.16%-
XYZ30.8230.0911.39-
YUV147.2688.91154.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 142 (55.86% from 255) = 35.15%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=45.54%
G=35.15%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841427800.230.580.2836.2342.7451.37
HexB88E4E0173A1C242b33
Octal2702161160277234445363
Binary1011100010001110100111001011111101011100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E4E; }

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

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

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

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

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

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

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

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