#B39370

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

Shades of Sandrift #B39370

Tints of Sandrift #B39370

Color information

#B39370 (or 0xB39370) is unknown color: approx Sandrift. HEX triplet: B3, 93 and 70. RGB value is (179,147,112). Sum of RGB (Red+Green+Blue) = 179+147+112=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B39370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39370 is #4C6C8F. Grayscale: #989898. Windows color (decimal): -5008528 or 7377843. OLE color: 7377843.

HSL color Cylindrical-coordinate representation of color #B39370: hue angle of 31.34º degrees, saturation: 0.31, 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 #B39370 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB179147112-
CMYK00.180.370.30
HSL31.34º30.59%57.06%-
HSV(B)31.34º37.43%70.2%-
XYZ31.9531.6219.75-
YUV152.58105.1146.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=40.87%
G=33.56%
B=25.57%

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
Decimal17914711200.180.370.3031.3430.5957.06
HexB39370012251E1f1f39
Octal2632231600224536373771
Binary10110011100100111110000010010100101111101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39370; }

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

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

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

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

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

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

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

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