#B49076

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

Shades of Sandrift #B49076

Tints of Sandrift #B49076

Color information

#B49076 (or 0xB49076) is unknown color: approx Sandrift. HEX triplet: B4, 90 and 76. RGB value is (180,144,118). Sum of RGB (Red+Green+Blue) = 180+144+118=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B49076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49076 is #4B6F89. Grayscale: #979797. Windows color (decimal): -4943754 or 7770292. OLE color: 7770292.

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

Color convert

RGB180144118-
CMYK00.20.340.29
HSL25.16º29.25%58.43%-
HSV(B)25.16º34.44%70.59%-
XYZ32.0730.9621.42-
YUV151.8108.93148.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=40.72%
G=32.58%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014411800.20.340.2925.1629.2558.43
HexB49076014221D191d3a
Octal2642201660244235313572
Binary10110100100100001110110010100100010111011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49076; }

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

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

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

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

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

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

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

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