#B49377

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

Shades of Sandrift #B49377

Tints of Sandrift #B49377

Color information

#B49377 (or 0xB49377) is unknown color: approx Sandrift. HEX triplet: B4, 93 and 77. RGB value is (180,147,119). Sum of RGB (Red+Green+Blue) = 180+147+119=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B49377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49377 is #4B6C88. Grayscale: #999999. Windows color (decimal): -4942985 or 7836596. OLE color: 7836596.

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

Color convert

RGB180147119-
CMYK00.180.340.29
HSL27.54º28.91%58.63%-
HSV(B)27.54º33.89%70.59%-
XYZ32.5931.921.89-
YUV153.68108.43146.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=40.36%
G=32.96%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014711900.180.340.2927.5428.9158.63
HexB49377012221D1c1d3b
Octal2642231670224235343573
Binary10110100100100111110111010010100010111011110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49377; }

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

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

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

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

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

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

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

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