#B49177

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

Shades of Sandrift #B49177

Tints of Sandrift #B49177

Color information

#B49177 (or 0xB49177) is unknown color: approx Sandrift. HEX triplet: B4, 91 and 77. RGB value is (180,145,119). Sum of RGB (Red+Green+Blue) = 180+145+119=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B49177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49177 is #4B6E88. Grayscale: #989898. Windows color (decimal): -4943497 or 7836084. OLE color: 7836084.

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

Color convert

RGB180145119-
CMYK00.190.340.29
HSL25.57º28.91%58.63%-
HSV(B)25.57º33.89%70.59%-
XYZ32.2831.2921.79-
YUV152.5109.1147.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 119 (46.88% from 255) = 26.80%
R=40.54%
G=32.66%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014511900.190.340.2925.5728.9158.63
HexB49177013221D1a1d3b
Octal2642211670234235323573
Binary10110100100100011110111010011100010111011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49177; }

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

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

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

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

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

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

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

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