#B49580

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

Shades of Sandrift #B49580

Tints of Sandrift #B49580

Color information

#B49580 (or 0xB49580) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 80. RGB value is (180,149,128). Sum of RGB (Red+Green+Blue) = 180+149+128=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B49580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49580 is #4B6A7F. Grayscale: #9B9B9B. Windows color (decimal): -4942464 or 8426932. OLE color: 8426932.

HSL color Cylindrical-coordinate representation of color #B49580: hue angle of 24.23º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B49580 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB180149128-
CMYK00.170.290.29
HSL24.23º25.74%60.39%-
HSV(B)24.23º28.89%70.59%-
XYZ33.4732.7624.98-
YUV155.88112.27145.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=39.39%
G=32.60%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014912800.170.290.2924.2325.7460.39
HexB495800111D1D181a3c
Octal2642252000213535303274
Binary10110100100101011000000001000111101111011100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49580; }

 p { color: rgb(180,149,128); }

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

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

 a { background-color: rgb(180,149,128); }

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

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

 span { border-color: rgb(180,149,128); }

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