#B7884B

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

Shades of Tussock #B7884B

Tints of Tussock #B7884B

Color information

#B7884B (or 0xB7884B) is unknown color: approx Tussock. HEX triplet: B7, 88 and 4B. RGB value is (183,136,75). Sum of RGB (Red+Green+Blue) = 183+136+75=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7884B is #4877B4. Grayscale: #8F8F8F. Windows color (decimal): -4749237 or 4950199. OLE color: 4950199.

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

Color convert

RGB18313675-
CMYK00.260.590.28
HSL33.89º42.86%50.59%-
HSV(B)33.89º59.02%71.76%-
XYZ29.628.1810.54-
YUV143.189.57156.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=46.45%
G=34.52%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831367500.260.590.2833.8942.8650.59
HexB7884B01A3B1C222b33
Octal2672101130327334425363
Binary1011011110001000100101101101011101111100100010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7884B; }

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

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

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

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

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

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

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

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