#B79275

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

Shades of Sandrift #B79275

Tints of Sandrift #B79275

Color information

#B79275 (or 0xB79275) is unknown color: approx Sandrift. HEX triplet: B7, 92 and 75. RGB value is (183,146,117). Sum of RGB (Red+Green+Blue) = 183+146+117=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B79275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79275 is #486D8A. Grayscale: #999999. Windows color (decimal): -4746635 or 7705271. OLE color: 7705271.

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

Color convert

RGB183146117-
CMYK00.200.360.28
HSL26.36º31.43%58.82%-
HSV(B)26.36º36.07%71.76%-
XYZ33.0231.9121.25-
YUV153.76107.26148.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=41.03%
G=32.74%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314611700.200.360.2826.3631.4358.82
HexB79275014241C1a1f3b
Octal2672221650244434323773
Binary10110111100100101110101010100100100111001101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79275; }

 p { color: rgb(183,146,117); }

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

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

 a { background-color: rgb(183,146,117); }

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

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

 span { border-color: rgb(183,146,117); }

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