#B7864B

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

Shades of Tussock #B7864B

Tints of Tussock #B7864B

Color information

#B7864B (or 0xB7864B) is unknown color: approx Tussock. HEX triplet: B7, 86 and 4B. RGB value is (183,134,75). Sum of RGB (Red+Green+Blue) = 183+134+75=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7864B is #4879B4. Grayscale: #8E8E8E. Windows color (decimal): -4749749 or 4949687. OLE color: 4949687.

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

Color convert

RGB18313475-
CMYK00.270.590.28
HSL32.78º42.86%50.59%-
HSV(B)32.78º59.02%71.76%-
XYZ29.3227.6310.44-
YUV141.9390.23157.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=46.68%
G=34.18%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831347500.270.590.2832.7842.8650.59
HexB7864B01B3B1C212b33
Octal2672061130337334415363
Binary1011011110000110100101101101111101111100100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7864B; }

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

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

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

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

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

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

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

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