#B49B81

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

Shades of Sandrift #B49B81

Tints of Sandrift #B49B81

Color information

#B49B81 (or 0xB49B81) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 81. RGB value is (180,155,129). Sum of RGB (Red+Green+Blue) = 180+155+129=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B81 is #4B647E. Grayscale: #9F9F9F. Windows color (decimal): -4940927 or 8494004. OLE color: 8494004.

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

Color convert

RGB180155129-
CMYK00.140.280.29
HSL30.59º25.37%60.59%-
HSV(B)30.59º28.33%70.59%-
XYZ34.5134.7325.65-
YUV159.51110.78142.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.79%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=38.79%
G=33.41%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512900.140.280.2930.5925.3760.59
HexB49B810E1C1D1f193d
Octal2642332010163435373175
Binary1011010010011011100000010111011100111011111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B81; }

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

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

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

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

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

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

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

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