#B49B7C

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

Shades of Sandrift #B49B7C

Tints of Sandrift #B49B7C

Color information

#B49B7C (or 0xB49B7C) is unknown color: approx Sandrift. HEX triplet: B4, 9B and 7C. RGB value is (180,155,124). Sum of RGB (Red+Green+Blue) = 180+155+124=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49B7C is #4B6483. Grayscale: #9F9F9F. Windows color (decimal): -4940932 or 8166324. OLE color: 8166324.

HSL color Cylindrical-coordinate representation of color #B49B7C: hue angle of 33.21º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49B7C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180155124-
CMYK00.140.310.29
HSL33.21º27.18%59.61%-
HSV(B)33.21º31.11%70.59%-
XYZ34.1834.623.95-
YUV158.94108.28143.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.22%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=39.22%
G=33.77%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015512400.140.310.2933.2127.1859.61
HexB49B7C0E1F1D211b3c
Octal2642331740163735413374
Binary1011010010011011111110001110111111110110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B7C; }

 p { color: rgb(180,155,124); }

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

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

 a { background-color: rgb(180,155,124); }

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

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

 span { border-color: rgb(180,155,124); }

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