#B8884F

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

Shades of Tussock #B8884F

Tints of Tussock #B8884F

Color information

#B8884F (or 0xB8884F) is unknown color: approx Tussock. HEX triplet: B8, 88 and 4F. RGB value is (184,136,79). Sum of RGB (Red+Green+Blue) = 184+136+79=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8884F is #4777B0. Grayscale: #909090. Windows color (decimal): -4683697 or 5212344. OLE color: 5212344.

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

Color convert

RGB18413679-
CMYK00.260.570.28
HSL32.57º42.51%51.57%-
HSV(B)32.57º57.07%72.16%-
XYZ29.9828.3611.29-
YUV143.8591.4156.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=46.12%
G=34.09%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841367900.260.570.2832.5742.5151.57
HexB8884F01A391C212b34
Octal2702101170327134415364
Binary1011100010001000100111101101011100111100100001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8884F; }

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

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

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

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

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

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

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

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