#B4957C

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

Shades of Sandrift #B4957C

Tints of Sandrift #B4957C

Color information

#B4957C (or 0xB4957C) is unknown color: approx Sandrift. HEX triplet: B4, 95 and 7C. RGB value is (180,149,124). Sum of RGB (Red+Green+Blue) = 180+149+124=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4957C is #4B6A83. Grayscale: #9B9B9B. Windows color (decimal): -4942468 or 8164788. OLE color: 8164788.

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

Color convert

RGB180149124-
CMYK00.170.310.29
HSL26.79º27.18%59.61%-
HSV(B)26.79º31.11%70.59%-
XYZ33.2132.6523.62-
YUV155.42110.27145.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 149 (58.59% from 255) = 32.89%
BLUE value IS 124 (48.83% from 255) = 27.37%
R=39.74%
G=32.89%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014912400.170.310.2926.7927.1859.61
HexB4957C0111F1D1b1b3c
Octal2642251740213735333374
Binary1011010010010101111110001000111111111011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4957C; }

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

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

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

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

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

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

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

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