#B39B7E

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

Shades of Sandrift #B39B7E

Tints of Sandrift #B39B7E

Color information

#B39B7E (or 0xB39B7E) is unknown color: approx Sandrift. HEX triplet: B3, 9B and 7E. RGB value is (179,155,126). Sum of RGB (Red+Green+Blue) = 179+155+126=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39B7E is #4C6481. Grayscale: #9F9F9F. Windows color (decimal): -5006466 or 8297395. OLE color: 8297395.

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

Color convert

RGB179155126-
CMYK00.130.300.30
HSL32.83º25.85%59.8%-
HSV(B)32.83º29.61%70.2%-
XYZ34.0834.5324.61-
YUV158.87109.45142.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=38.91%
G=33.70%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915512600.130.300.3032.8325.8559.8
HexB39B7E0D1E1E211a3c
Octal2632331760153636413274
Binary1011001110011011111111001101111101111010000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B7E; }

 p { color: rgb(179,155,126); }

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

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

 a { background-color: rgb(179,155,126); }

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

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

 span { border-color: rgb(179,155,126); }

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