#B88D51

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

Shades of Tussock #B88D51

Tints of Tussock #B88D51

Color information

#B88D51 (or 0xB88D51) is unknown color: approx Tussock. HEX triplet: B8, 8D and 51. RGB value is (184,141,81). Sum of RGB (Red+Green+Blue) = 184+141+81=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D51 is #4772AE. Grayscale: #939393. Windows color (decimal): -4682415 or 5344696. OLE color: 5344696.

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

Color convert

RGB18414181-
CMYK00.230.560.28
HSL34.95º42.04%51.96%-
HSV(B)34.95º55.98%72.16%-
XYZ30.7829.8311.92-
YUV147.0290.75154.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=45.32%
G=34.73%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841418100.230.560.2834.9542.0451.96
HexB88D51017381C232a34
Octal2702151210277034435264
Binary1011100010001101101000101011111100011100100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D51; }

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

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

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

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

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

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

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

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