#B39882

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

Shades of Sandrift #B39882

Tints of Sandrift #B39882

Color information

#B39882 (or 0xB39882) is unknown color: approx Sandrift. HEX triplet: B3, 98 and 82. RGB value is (179,152,130). Sum of RGB (Red+Green+Blue) = 179+152+130=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B39882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39882 is #4C677D. Grayscale: #9D9D9D. Windows color (decimal): -5007230 or 8558771. OLE color: 8558771.

HSL color Cylindrical-coordinate representation of color #B39882: hue angle of 26.94º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B39882 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179152130-
CMYK00.150.270.30
HSL26.94º24.38%60.59%-
HSV(B)26.94º27.37%70.2%-
XYZ33.8533.6525.83-
YUV157.56112.45143.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=38.83%
G=32.97%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915213000.150.270.3026.9424.3860.59
HexB398820F1B1E1b183d
Octal2632302020173336333075
Binary1011001110011000100000100111111011111101101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39882; }

 p { color: rgb(179,152,130); }

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

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

 a { background-color: rgb(179,152,130); }

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

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

 span { border-color: rgb(179,152,130); }

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