#B49781

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

Shades of Sandrift #B49781

Tints of Sandrift #B49781

Color information

#B49781 (or 0xB49781) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 81. RGB value is (180,151,129). Sum of RGB (Red+Green+Blue) = 180+151+129=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49781 is #4B687E. Grayscale: #9D9D9D. Windows color (decimal): -4941951 or 8492980. OLE color: 8492980.

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

Color convert

RGB180151129-
CMYK00.160.280.29
HSL25.88º25.37%60.59%-
HSV(B)25.88º28.33%70.59%-
XYZ33.8533.4225.44-
YUV157.16112.11144.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 129 (50.78% from 255) = 28.04%
R=39.13%
G=32.83%
B=28.04%

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
Decimal18015112900.160.280.2925.8825.3760.59
HexB497810101C1D1a193d
Octal2642272010203435323175
Binary10110100100101111000000101000011100111011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49781; }

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

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

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

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

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

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

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

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