#B49075

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

Shades of Sandrift #B49075

Tints of Sandrift #B49075

Color information

#B49075 (or 0xB49075) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 75. RGB value is (180,144,117). Sum of RGB (Red+Green+Blue) = 180+144+117=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B49075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49075 is #4B6F8A. Grayscale: #979797. Windows color (decimal): -4943755 or 7704756. OLE color: 7704756.

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

Color convert

RGB180144117-
CMYK00.20.350.29
HSL25.71º29.58%58.24%-
HSV(B)25.71º35%70.59%-
XYZ32.0130.9321.11-
YUV151.69108.43148.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 117 (46.09% from 255) = 26.53%
R=40.82%
G=32.65%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411700.20.350.2925.7129.5858.24
HexB49075014231D1a1e3a
Octal2642201650244335323672
Binary10110100100100001110101010100100011111011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49075; }

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

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

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

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

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

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

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

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