#B79373

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

Shades of Sandrift #B79373

Tints of Sandrift #B79373

Color information

#B79373 (or 0xB79373) is unknown color: approx Sandrift. HEX triplet: B7, 93 and 73. RGB value is (183,147,115). Sum of RGB (Red+Green+Blue) = 183+147+115=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B79373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79373 is #486C8C. Grayscale: #9A9A9A. Windows color (decimal): -4746381 or 7574455. OLE color: 7574455.

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

Color convert

RGB183147115-
CMYK00.200.370.28
HSL28.24º32.08%58.43%-
HSV(B)28.24º37.16%71.76%-
XYZ33.0632.1720.69-
YUV154.12105.93148.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 147 (57.81% from 255) = 33.03%
BLUE value IS 115 (45.31% from 255) = 25.84%
R=41.12%
G=33.03%
B=25.84%

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
Decimal18314711500.200.370.2828.2432.0858.43
HexB79373014251C1c203a
Octal2672231630244534344072
Binary101101111001001111100110101001001011110011100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79373; }

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

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

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

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

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

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

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

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