#B4977F

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

Shades of Sandrift #B4977F

Tints of Sandrift #B4977F

Color information

#B4977F (or 0xB4977F) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 7F. RGB value is (180,151,127). Sum of RGB (Red+Green+Blue) = 180+151+127=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B4977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4977F is #4B6880. Grayscale: #9D9D9D. Windows color (decimal): -4941953 or 8361908. OLE color: 8361908.

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

Color convert

RGB180151127-
CMYK00.160.290.29
HSL27.17º26.11%60.2%-
HSV(B)27.17º29.44%70.59%-
XYZ33.7233.3724.74-
YUV156.94111.11144.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.30%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 127 (50% from 255) = 27.73%
R=39.30%
G=32.97%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015112700.160.290.2927.1726.1160.2
HexB4977F0101D1D1b1a3c
Octal2642271770203535333274
Binary1011010010010111111111101000011101111011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4977F; }

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

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

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

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

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

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

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

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