#B49677

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

Shades of Sandrift #B49677

Tints of Sandrift #B49677

Color information

#B49677 (or 0xB49677) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 77. RGB value is (180,150,119). Sum of RGB (Red+Green+Blue) = 180+150+119=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B49677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49677 is #4B6988. Grayscale: #9B9B9B. Windows color (decimal): -4942217 or 7837364. OLE color: 7837364.

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

Color convert

RGB180150119-
CMYK00.170.340.29
HSL30.49º28.91%58.63%-
HSV(B)30.49º33.89%70.59%-
XYZ33.0632.8522.05-
YUV155.44107.44145.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=40.09%
G=33.41%
B=26.50%

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
Decimal18015011900.170.340.2930.4928.9158.63
HexB49677011221D1e1d3b
Octal2642261670214235363573
Binary10110100100101101110111010001100010111011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49677; }

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

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

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

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

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

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

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

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