#B49675

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

Shades of Sandrift #B49675

Tints of Sandrift #B49675

Color information

#B49675 (or 0xB49675) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 75. RGB value is (180,150,117). Sum of RGB (Red+Green+Blue) = 180+150+117=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B49675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49675 is #4B698A. Grayscale: #9B9B9B. Windows color (decimal): -4942219 or 7706292. OLE color: 7706292.

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

Color convert

RGB180150117-
CMYK00.170.350.29
HSL31.43º29.58%58.24%-
HSV(B)31.43º35%70.59%-
XYZ32.9432.821.42-
YUV155.21106.44145.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=40.27%
G=33.56%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015011700.170.350.2931.4329.5858.24
HexB49675011231D1f1e3a
Octal2642261650214335373672
Binary10110100100101101110101010001100011111011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49675; }

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

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

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

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

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

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

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

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