#B49B80

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

Shades of Sandrift #B49B80

Tints of Sandrift #B49B80

Color information

#B49B80 (or 0xB49B80) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 80. RGB value is (180,155,128). Sum of RGB (Red+Green+Blue) = 180+155+128=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B80 is #4B647F. Grayscale: #9F9F9F. Windows color (decimal): -4940928 or 8428468. OLE color: 8428468.

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

Color convert

RGB180155128-
CMYK00.140.290.29
HSL31.15º25.74%60.39%-
HSV(B)31.15º28.89%70.59%-
XYZ34.4434.725.31-
YUV159.4110.28142.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 155 (60.94% from 255) = 33.48%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=38.88%
G=33.48%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512800.140.290.2931.1525.7460.39
HexB49B800E1D1D1f1a3c
Octal2642332000163535373274
Binary1011010010011011100000000111011101111011111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B80; }

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

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

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

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

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

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

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

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