#B49180

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

Shades of Sandrift #B49180

Tints of Sandrift #B49180

Color information

#B49180 (or 0xB49180) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 80. RGB value is (180,145,128). Sum of RGB (Red+Green+Blue) = 180+145+128=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B49180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49180 is #4B6E7F. Grayscale: #999999. Windows color (decimal): -4943488 or 8425908. OLE color: 8425908.

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

Color convert

RGB180145128-
CMYK00.190.290.29
HSL19.62º25.74%60.39%-
HSV(B)19.62º28.89%70.59%-
XYZ32.8431.5124.77-
YUV153.53113.6146.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=39.74%
G=32.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014512800.190.290.2919.6225.7460.39
HexB491800131D1D141a3c
Octal2642212000233535243274
Binary10110100100100011000000001001111101111011010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49180; }

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

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

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

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

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

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

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

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