#B8874D

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

Shades of Tussock #B8874D

Tints of Tussock #B8874D

Color information

#B8874D (or 0xB8874D) is unknown color: approx Tussock. HEX triplet: B8, 87 and 4D. RGB value is (184,135,77). Sum of RGB (Red+Green+Blue) = 184+135+77=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8874D is #4778B2. Grayscale: #8F8F8F. Windows color (decimal): -4683955 or 5081016. OLE color: 5081016.

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

Color convert

RGB18413577-
CMYK00.270.580.28
HSL32.52º42.97%51.18%-
HSV(B)32.52º58.15%72.16%-
XYZ29.7728.0510.87-
YUV143.0490.73157.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=46.46%
G=34.09%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841357700.270.580.2832.5242.9751.18
HexB8874D01B3A1C212b33
Octal2702071150337234415363
Binary1011100010000111100110101101111101011100100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8874D; }

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

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

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

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

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

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

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

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