#B3977F

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

Shades of Sandrift #B3977F

Tints of Sandrift #B3977F

Color information

#B3977F (or 0xB3977F) is unknown color: approx Sandrift. HEX triplet: B3, 97 and 7F. RGB value is (179,151,127). Sum of RGB (Red+Green+Blue) = 179+151+127=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B3977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3977F is #4C6880. Grayscale: #9C9C9C. Windows color (decimal): -5007489 or 8361907. OLE color: 8361907.

HSL color Cylindrical-coordinate representation of color #B3977F: hue angle of 27.69º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3977F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB179151127-
CMYK00.160.290.30
HSL27.69º25.49%60%-
HSV(B)27.69º29.05%70.2%-
XYZ33.4933.2524.73-
YUV156.64111.28143.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 127 (50% from 255) = 27.79%
R=39.17%
G=33.04%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17915112700.160.290.3027.6925.4960
HexB3977F0101D1E1c193c
Octal2632271770203536343174
Binary1011001110010111111111101000011101111101110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3977F; }

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

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

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

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

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

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

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

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