#B49975

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

Shades of Sandrift #B49975

Tints of Sandrift #B49975

Color information

#B49975 (or 0xB49975) is unknown color: approx Sandrift. HEX triplet: B4, 99 and 75. RGB value is (180,153,117). Sum of RGB (Red+Green+Blue) = 180+153+117=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B49975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49975 is #4B668A. Grayscale: #9D9D9D. Windows color (decimal): -4941451 or 7707060. OLE color: 7707060.

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

Color convert

RGB180153117-
CMYK00.150.350.29
HSL34.29º29.58%58.24%-
HSV(B)34.29º35%70.59%-
XYZ33.4233.7721.59-
YUV156.97105.45144.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 117 (46.09% from 255) = 26%
R=40%
G=34%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015311700.150.350.2934.2929.5858.24
HexB499750F231D221e3a
Octal2642311650174335423672
Binary10110100100110011110101011111000111110110001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49975; }

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

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

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

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

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

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

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

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