#B39371

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

Shades of Sandrift #B39371

Tints of Sandrift #B39371

Color information

#B39371 (or 0xB39371) is unknown color: approx Sandrift. HEX triplet: B3, 93 and 71. RGB value is (179,147,113). Sum of RGB (Red+Green+Blue) = 179+147+113=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B39371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39371 is #4C6C8E. Grayscale: #989898. Windows color (decimal): -5008527 or 7443379. OLE color: 7443379.

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

Color convert

RGB179147113-
CMYK00.180.370.30
HSL30.91º30.28%57.25%-
HSV(B)30.91º36.87%70.2%-
XYZ3231.6420.04-
YUV152.69105.6146.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 113 (44.53% from 255) = 25.74%
R=40.77%
G=33.49%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914711300.180.370.3030.9130.2857.25
HexB39371012251E1f1e39
Octal2632231610224536373671
Binary10110011100100111110001010010100101111101111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39371; }

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

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

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

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

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

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

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

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