#B79374

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

Shades of Sandrift #B79374

Tints of Sandrift #B79374

Color information

#B79374 (or 0xB79374) is unknown color: approx Sandrift. HEX triplet: B7, 93 and 74. RGB value is (183,147,116). Sum of RGB (Red+Green+Blue) = 183+147+116=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 183 - color contains mainly: red. Hex color #B79374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79374 is #486C8B. Grayscale: #9A9A9A. Windows color (decimal): -4746380 or 7639991. OLE color: 7639991.

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

Color convert

RGB183147116-
CMYK00.200.370.28
HSL27.76º31.75%58.63%-
HSV(B)27.76º36.61%71.76%-
XYZ33.1132.220.99-
YUV154.23106.43148.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.03%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 116 (45.70% from 255) = 26.01%
R=41.03%
G=32.96%
B=26.01%

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
Decimal18314711600.200.370.2827.7631.7558.63
HexB79374014251C1c203b
Octal2672231640244534344073
Binary101101111001001111101000101001001011110011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79374; }

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

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

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

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

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

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

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

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