#B3977C

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

Shades of Sandrift #B3977C

Tints of Sandrift #B3977C

Color information

#B3977C (or 0xB3977C) is unknown color: approx Sandrift. HEX triplet: B3, 97 and 7C. RGB value is (179,151,124). Sum of RGB (Red+Green+Blue) = 179+151+124=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3977C is #4C6883. Grayscale: #9C9C9C. Windows color (decimal): -5007492 or 8165299. OLE color: 8165299.

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

Color convert

RGB179151124-
CMYK00.160.310.30
HSL29.45º26.57%59.41%-
HSV(B)29.45º30.73%70.2%-
XYZ33.333.1723.72-
YUV156.29109.78144.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=39.43%
G=33.26%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915112400.160.310.3029.4526.5759.41
HexB3977C0101F1E1d1b3b
Octal2632271740203736353373
Binary1011001110010111111110001000011111111101110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3977C; }

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

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

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

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

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

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

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

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