#B8874A

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

Shades of Tussock #B8874A

Tints of Tussock #B8874A

Color information

#B8874A (or 0xB8874A) is unknown color: approx Tussock. HEX triplet: B8, 87 and 4A. RGB value is (184,135,74). Sum of RGB (Red+Green+Blue) = 184+135+74=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8874A is #4778B5. Grayscale: #8E8E8E. Windows color (decimal): -4683958 or 4884408. OLE color: 4884408.

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

Color convert

RGB18413574-
CMYK00.270.600.28
HSL33.27º43.65%50.59%-
HSV(B)33.27º59.78%72.16%-
XYZ29.6728.0110.32-
YUV142.789.23157.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=46.82%
G=34.35%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841357400.270.600.2833.2743.6550.59
HexB8874A01B3C1C212c33
Octal2702071120337434415463
Binary1011100010000111100101001101111110011100100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8874A; }

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

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

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

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

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

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

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

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