#B39376

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

Shades of Sandrift #B39376

Tints of Sandrift #B39376

Color information

#B39376 (or 0xB39376) is unknown color: approx Sandrift. HEX triplet: B3, 93 and 76. RGB value is (179,147,118). Sum of RGB (Red+Green+Blue) = 179+147+118=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B39376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39376 is #4C6C89. Grayscale: #999999. Windows color (decimal): -5008522 or 7771059. OLE color: 7771059.

HSL color Cylindrical-coordinate representation of color #B39376: hue angle of 28.52º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B39376 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179147118-
CMYK00.180.340.30
HSL28.52º28.64%58.24%-
HSV(B)28.52º34.08%70.2%-
XYZ32.2931.7621.57-
YUV153.26108.1146.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 118 (46.48% from 255) = 26.58%
R=40.32%
G=33.11%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914711800.180.340.3028.5228.6458.24
HexB39376012221E1d1d3a
Octal2632231660224236353572
Binary10110011100100111110110010010100010111101110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39376; }

 p { color: rgb(179,147,118); }

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

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

 a { background-color: rgb(179,147,118); }

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

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

 span { border-color: rgb(179,147,118); }

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