#B49881

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

Shades of Sandrift #B49881

Tints of Sandrift #B49881

Color information

#B49881 (or 0xB49881) is unknown color: approx Sandrift. HEX triplet: B4, 98 and 81. RGB value is (180,152,129). Sum of RGB (Red+Green+Blue) = 180+152+129=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49881 is #4B677E. Grayscale: #9D9D9D. Windows color (decimal): -4941695 or 8493236. OLE color: 8493236.

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

Color convert

RGB180152129-
CMYK00.160.280.29
HSL27.06º25.37%60.59%-
HSV(B)27.06º28.33%70.59%-
XYZ34.0133.7425.49-
YUV157.75111.78143.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=39.05%
G=32.97%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015212900.160.280.2927.0625.3760.59
HexB498810101C1D1b193d
Octal2642302010203435333175
Binary10110100100110001000000101000011100111011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49881; }

 p { color: rgb(180,152,129); }

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

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

 a { background-color: rgb(180,152,129); }

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

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

 span { border-color: rgb(180,152,129); }

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