#B3957C

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

Shades of Sandrift #B3957C

Tints of Sandrift #B3957C

Color information

#B3957C (or 0xB3957C) is unknown color: approx Sandrift. HEX triplet: B3, 95 and 7C. RGB value is (179,149,124). Sum of RGB (Red+Green+Blue) = 179+149+124=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3957C is #4C6A83. Grayscale: #9B9B9B. Windows color (decimal): -5008004 or 8164787. OLE color: 8164787.

HSL color Cylindrical-coordinate representation of color #B3957C: hue angle of 27.27º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3957C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179149124-
CMYK00.170.310.30
HSL27.27º26.57%59.41%-
HSV(B)27.27º30.73%70.2%-
XYZ32.9832.5323.61-
YUV155.12110.44145.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=39.60%
G=32.96%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914912400.170.310.3027.2726.5759.41
HexB3957C0111F1E1b1b3b
Octal2632251740213736333373
Binary1011001110010101111110001000111111111101101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3957C; }

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

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

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

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

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

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

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

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