#B39981

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

Shades of Sandrift #B39981

Tints of Sandrift #B39981

Color information

#B39981 (or 0xB39981) is unknown color: approx Sandrift. HEX triplet: B3, 99 and 81. RGB value is (179,153,129). Sum of RGB (Red+Green+Blue) = 179+153+129=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B39981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39981 is #4C667E. Grayscale: #9E9E9E. Windows color (decimal): -5006975 or 8493491. OLE color: 8493491.

HSL color Cylindrical-coordinate representation of color #B39981: hue angle of 28.8º 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 #B39981 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB179153129-
CMYK00.150.280.30
HSL28.8º24.75%60.39%-
HSV(B)28.8º27.93%70.2%-
XYZ33.9433.9525.53-
YUV158.04111.61142.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=38.83%
G=33.19%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915312900.150.280.3028.824.7560.39
HexB399810F1C1E1d193c
Octal2632312010173436353174
Binary1011001110011001100000010111111100111101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39981; }

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

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

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

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

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

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

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

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