#B49282

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

Shades of Sandrift #B49282

Tints of Sandrift #B49282

Color information

#B49282 (or 0xB49282) is unknown color: approx Sandrift. HEX triplet: B4, 92 and 82. RGB value is (180,146,130). Sum of RGB (Red+Green+Blue) = 180+146+130=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B49282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49282 is #4B6D7D. Grayscale: #9A9A9A. Windows color (decimal): -4943230 or 8557236. OLE color: 8557236.

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

Color convert

RGB180146130-
CMYK00.190.280.29
HSL19.2º25%60.78%-
HSV(B)19.2º27.78%70.59%-
XYZ33.1331.8725.52-
YUV154.34114.26146.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 130 (51.17% from 255) = 28.51%
R=39.47%
G=32.02%
B=28.51%

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
Decimal18014613000.190.280.2919.22560.78
HexB492820131C1D13193d
Octal2642222020233435233175
Binary10110100100100101000001001001111100111011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49282; }

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

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

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

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

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

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

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

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