#B8874F

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

Shades of Tussock #B8874F

Tints of Tussock #B8874F

Color information

#B8874F (or 0xB8874F) is unknown color: approx Tussock. HEX triplet: B8, 87 and 4F. RGB value is (184,135,79). Sum of RGB (Red+Green+Blue) = 184+135+79=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8874F is #4778B0. Grayscale: #8F8F8F. Windows color (decimal): -4683953 or 5212088. OLE color: 5212088.

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

Color convert

RGB18413579-
CMYK00.270.570.28
HSL32º42.51%51.57%-
HSV(B)32º57.07%72.16%-
XYZ29.8428.0811.24-
YUV143.2791.73157.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=46.23%
G=33.92%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841357900.270.570.283242.5151.57
HexB8874F01B391C202b34
Octal2702071170337134405364
Binary1011100010000111100111101101111100111100100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8874F; }

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

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

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

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

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

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

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

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