#B49681

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

Shades of Sandrift #B49681

Tints of Sandrift #B49681

Color information

#B49681 (or 0xB49681) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 81. RGB value is (180,150,129). Sum of RGB (Red+Green+Blue) = 180+150+129=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49681 is #4B697E. Grayscale: #9C9C9C. Windows color (decimal): -4942207 or 8492724. OLE color: 8492724.

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

Color convert

RGB180150129-
CMYK00.170.280.29
HSL24.71º25.37%60.59%-
HSV(B)24.71º28.33%70.59%-
XYZ33.6933.125.38-
YUV156.58112.44144.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 129 (50.78% from 255) = 28.10%
R=39.22%
G=32.68%
B=28.10%

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
Decimal18015012900.170.280.2924.7125.3760.59
HexB496810111C1D19193d
Octal2642262010213435313175
Binary10110100100101101000000101000111100111011100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49681; }

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

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

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

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

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

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

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

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