#B49182

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

Shades of Sandrift #B49182

Tints of Sandrift #B49182

Color information

#B49182 (or 0xB49182) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 82. RGB value is (180,145,130). Sum of RGB (Red+Green+Blue) = 180+145+130=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 180 - color contains mainly: red. Hex color #B49182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49182 is #4B6E7D. Grayscale: #999999. Windows color (decimal): -4943486 or 8556980. OLE color: 8556980.

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

Color convert

RGB180145130-
CMYK00.190.280.29
HSL18º25%60.78%-
HSV(B)18º27.78%70.59%-
XYZ32.9831.5725.47-
YUV153.76114.6146.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.56%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=39.56%
G=31.87%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014513000.190.280.29182560.78
HexB491820131C1D12193d
Octal2642212020233435223175
Binary10110100100100011000001001001111100111011001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49182; }

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

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

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

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

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

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

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

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