#B8894E

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

Shades of Tussock #B8894E

Tints of Tussock #B8894E

Color information

#B8894E (or 0xB8894E) is unknown color: approx Tussock. HEX triplet: B8, 89 and 4E. RGB value is (184,137,78). Sum of RGB (Red+Green+Blue) = 184+137+78=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B8894E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8894E is #4776B1. Grayscale: #909090. Windows color (decimal): -4683442 or 5147064. OLE color: 5147064.

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

Color convert

RGB18413778-
CMYK00.260.580.28
HSL33.4º42.74%51.37%-
HSV(B)33.4º57.61%72.16%-
XYZ30.0928.6311.15-
YUV144.3390.57156.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 78 (30.86% from 255) = 19.55%
R=46.12%
G=34.34%
B=19.55%

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
Decimal1841377800.260.580.2833.442.7451.37
HexB8894E01A3A1C212b33
Octal2702111160327234415363
Binary1011100010001001100111001101011101011100100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8894E; }

 p { color: rgb(184,137,78); }

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

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

 a { background-color: rgb(184,137,78); }

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

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

 span { border-color: rgb(184,137,78); }

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