#B79170

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

Shades of Sandrift #B79170

Tints of Sandrift #B79170

Color information

#B79170 (or 0xB79170) is unknown color: approx Sandrift. HEX triplet: B7, 91 and 70. RGB value is (183,145,112). Sum of RGB (Red+Green+Blue) = 183+145+112=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B79170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79170 is #486E8F. Grayscale: #989898. Windows color (decimal): -4746896 or 7377335. OLE color: 7377335.

HSL color Cylindrical-coordinate representation of color #B79170: hue angle of 27.89º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B79170 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB183145112-
CMYK00.210.390.28
HSL27.89º33.02%57.84%-
HSV(B)27.89º38.8%71.76%-
XYZ32.5831.4919.69-
YUV152.6105.09149.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=41.59%
G=32.95%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314511200.210.390.2827.8933.0257.84
HexB79170015271C1c213a
Octal2672211600254734344172
Binary101101111001000111100000101011001111110011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79170; }

 p { color: rgb(183,145,112); }

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

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

 a { background-color: rgb(183,145,112); }

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

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

 span { border-color: rgb(183,145,112); }

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