#B49676

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

Shades of Sandrift #B49676

Tints of Sandrift #B49676

Color information

#B49676 (or 0xB49676) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 76. RGB value is (180,150,118). Sum of RGB (Red+Green+Blue) = 180+150+118=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B49676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49676 is #4B6989. Grayscale: #9B9B9B. Windows color (decimal): -4942218 or 7771828. OLE color: 7771828.

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

Color convert

RGB180150118-
CMYK00.170.340.29
HSL30.97º29.25%58.43%-
HSV(B)30.97º34.44%70.59%-
XYZ3332.8221.74-
YUV155.32106.94145.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=40.18%
G=33.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015011800.170.340.2930.9729.2558.43
HexB49676011221D1f1d3a
Octal2642261660214235373572
Binary10110100100101101110110010001100010111011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49676; }

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

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

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

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

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

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

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

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