#B49775

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

Shades of Sandrift #B49775

Tints of Sandrift #B49775

Color information

#B49775 (or 0xB49775) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 75. RGB value is (180,151,117). Sum of RGB (Red+Green+Blue) = 180+151+117=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49775 is #4B688A. Grayscale: #9B9B9B. Windows color (decimal): -4941963 or 7706548. OLE color: 7706548.

HSL color Cylindrical-coordinate representation of color #B49775: hue angle of 32.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B49775 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB180151117-
CMYK00.160.350.29
HSL32.38º29.58%58.24%-
HSV(B)32.38º35%70.59%-
XYZ33.133.1221.48-
YUV155.79106.11145.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=40.18%
G=33.71%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015111700.160.350.2932.3829.5858.24
HexB49775010231D201e3a
Octal2642271650204335403672
Binary101101001001011111101010100001000111110110000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49775; }

 p { color: rgb(180,151,117); }

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

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

 a { background-color: rgb(180,151,117); }

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

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

 span { border-color: rgb(180,151,117); }

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