#B49982

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

Shades of Sandrift #B49982

Tints of Sandrift #B49982

Color information

#B49982 (or 0xB49982) is unknown color: approx Sandrift. HEX triplet: B4, 99 and 82. RGB value is (180,153,130). Sum of RGB (Red+Green+Blue) = 180+153+130=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49982 is #4B667D. Grayscale: #9E9E9E. Windows color (decimal): -4941438 or 8559028. OLE color: 8559028.

HSL color Cylindrical-coordinate representation of color #B49982: hue angle of 27.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B49982 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB180153130-
CMYK00.150.280.29
HSL27.6º25%60.78%-
HSV(B)27.6º27.78%70.59%-
XYZ34.2434.125.9-
YUV158.45111.95143.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 130 (51.17% from 255) = 28.08%
R=38.88%
G=33.05%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015313000.150.280.2927.62560.78
HexB499820F1C1D1c193d
Octal2642312020173435343175
Binary1011010010011001100000100111111100111011110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49982; }

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

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

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

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

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

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

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

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