#B49582

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

Shades of Sandrift #B49582

Tints of Sandrift #B49582

Color information

#B49582 (or 0xB49582) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 82. RGB value is (180,149,130). Sum of RGB (Red+Green+Blue) = 180+149+130=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49582 is #4B6A7D. Grayscale: #9C9C9C. Windows color (decimal): -4942462 or 8558004. OLE color: 8558004.

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

Color convert

RGB180149130-
CMYK00.170.280.29
HSL22.8º25%60.78%-
HSV(B)22.8º27.78%70.59%-
XYZ33.632.8125.68-
YUV156.1113.27145.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=39.22%
G=32.46%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014913000.170.280.2922.82560.78
HexB495820111C1D17193d
Octal2642252020213435273175
Binary10110100100101011000001001000111100111011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49582; }

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

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

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

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

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

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

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

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