#B79273

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

Shades of Sandrift #B79273

Tints of Sandrift #B79273

Color information

#B79273 (or 0xB79273) is unknown color: approx Sandrift. HEX triplet: B7, 92 and 73. RGB value is (183,146,115). Sum of RGB (Red+Green+Blue) = 183+146+115=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B79273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79273 is #486D8C. Grayscale: #999999. Windows color (decimal): -4746637 or 7574199. OLE color: 7574199.

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

Color convert

RGB183146115-
CMYK00.200.370.28
HSL27.35º32.08%58.43%-
HSV(B)27.35º37.16%71.76%-
XYZ32.931.8620.64-
YUV153.53106.26149.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=41.22%
G=32.88%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314611500.200.370.2827.3532.0858.43
HexB79273014251C1b203a
Octal2672221630244534334072
Binary101101111001001011100110101001001011110011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79273; }

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

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

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

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

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

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

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

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