#B88D4C

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

Shades of Tussock #B88D4C

Tints of Tussock #B88D4C

Color information

#B88D4C (or 0xB88D4C) is unknown color: approx Tussock. HEX triplet: B8, 8D and 4C. RGB value is (184,141,76). Sum of RGB (Red+Green+Blue) = 184+141+76=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D4C is #4772B3. Grayscale: #929292. Windows color (decimal): -4682420 or 5017016. OLE color: 5017016.

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

Color convert

RGB18414176-
CMYK00.230.590.28
HSL36.11º43.2%50.98%-
HSV(B)36.11º58.7%72.16%-
XYZ30.629.7610.97-
YUV146.4588.25154.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=45.89%
G=35.16%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841417600.230.590.2836.1143.250.98
HexB88D4C0173B1C242b33
Octal2702151140277334445363
Binary1011100010001101100110001011111101111100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D4C; }

 p { color: rgb(184,141,76); }

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

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

 a { background-color: rgb(184,141,76); }

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

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

 span { border-color: rgb(184,141,76); }

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