#B39B81

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

Shades of Sandrift #B39B81

Tints of Sandrift #B39B81

Color information

#B39B81 (or 0xB39B81) is unknown color: approx Sandrift. HEX triplet: B3, 9B and 81. RGB value is (179,155,129). Sum of RGB (Red+Green+Blue) = 179+155+129=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B81 is #4C647E. Grayscale: #9F9F9F. Windows color (decimal): -5006463 or 8494003. OLE color: 8494003.

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

Color convert

RGB179155129-
CMYK00.130.280.30
HSL31.2º24.75%60.39%-
HSV(B)31.2º27.93%70.2%-
XYZ34.2734.6125.64-
YUV159.21110.95142.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=38.66%
G=33.48%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915512900.130.280.3031.224.7560.39
HexB39B810D1C1E1f193c
Octal2632332010153436373174
Binary1011001110011011100000010110111100111101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39B81; }

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

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

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

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

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

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

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

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