#B39982

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

Shades of Sandrift #B39982

Tints of Sandrift #B39982

Color information

#B39982 (or 0xB39982) is unknown color: approx Sandrift. HEX triplet: B3, 99 and 82. RGB value is (179,153,130). Sum of RGB (Red+Green+Blue) = 179+153+130=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 179 - color contains mainly: red. Hex color #B39982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39982 is #4C667D. Grayscale: #9E9E9E. Windows color (decimal): -5006974 or 8559027. OLE color: 8559027.

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

Color convert

RGB179153130-
CMYK00.150.270.30
HSL28.16º24.38%60.59%-
HSV(B)28.16º27.37%70.2%-
XYZ34.0133.9825.88-
YUV158.15112.11142.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=38.74%
G=33.12%
B=28.14%

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
Decimal17915313000.150.270.3028.1624.3860.59
HexB399820F1B1E1c183d
Octal2632312020173336343075
Binary1011001110011001100000100111111011111101110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39982; }

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

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

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

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

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

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

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

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