#B8884A

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

Shades of Tussock #B8884A

Tints of Tussock #B8884A

Color information

#B8884A (or 0xB8884A) is unknown color: approx Tussock. HEX triplet: B8, 88 and 4A. RGB value is (184,136,74). Sum of RGB (Red+Green+Blue) = 184+136+74=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8884A is #4777B5. Grayscale: #8F8F8F. Windows color (decimal): -4683702 or 4884664. OLE color: 4884664.

HSL color Cylindrical-coordinate representation of color #B8884A: hue angle of 33.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8884A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18413674-
CMYK00.260.600.28
HSL33.82º43.65%50.59%-
HSV(B)33.82º59.78%72.16%-
XYZ29.8128.2910.37-
YUV143.2888.9157.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=46.70%
G=34.52%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841367400.260.600.2833.8243.6550.59
HexB8884A01A3C1C222c33
Octal2702101120327434425463
Binary1011100010001000100101001101011110011100100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8884A; }

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

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

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

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

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

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

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

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