#B8884D

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

Shades of Tussock #B8884D

Tints of Tussock #B8884D

Color information

#B8884D (or 0xB8884D) is unknown color: approx Tussock. HEX triplet: B8, 88 and 4D. RGB value is (184,136,77). Sum of RGB (Red+Green+Blue) = 184+136+77=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8884D is #4777B2. Grayscale: #8F8F8F. Windows color (decimal): -4683699 or 5081272. OLE color: 5081272.

HSL color Cylindrical-coordinate representation of color #B8884D: hue angle of 33.08º 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 #B8884D is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18413677-
CMYK00.260.580.28
HSL33.08º42.97%51.18%-
HSV(B)33.08º58.15%72.16%-
XYZ29.9128.3310.91-
YUV143.6390.4156.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=46.35%
G=34.26%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841367700.260.580.2833.0842.9751.18
HexB8884D01A3A1C212b33
Octal2702101150327234415363
Binary1011100010001000100110101101011101011100100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8884D; }

 p { color: rgb(184,136,77); }

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

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

 a { background-color: rgb(184,136,77); }

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

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

 span { border-color: rgb(184,136,77); }

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