#B7884F

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

Shades of Tussock #B7884F

Tints of Tussock #B7884F

Color information

#B7884F (or 0xB7884F) is unknown color: approx Tussock. HEX triplet: B7, 88 and 4F. RGB value is (183,136,79). Sum of RGB (Red+Green+Blue) = 183+136+79=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7884F is #4877B0. Grayscale: #8F8F8F. Windows color (decimal): -4749233 or 5212343. OLE color: 5212343.

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

Color convert

RGB18313679-
CMYK00.260.570.28
HSL32.88º41.94%51.37%-
HSV(B)32.88º56.83%71.76%-
XYZ29.7428.2411.28-
YUV143.5591.57156.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 79 (31.25% from 255) = 19.85%
R=45.98%
G=34.17%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831367900.260.570.2832.8841.9451.37
HexB7884F01A391C212a33
Octal2672101170327134415263
Binary1011011110001000100111101101011100111100100001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7884F; }

 p { color: rgb(183,136,79); }

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

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

 a { background-color: rgb(183,136,79); }

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

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

 span { border-color: rgb(183,136,79); }

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