#B4977D

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

Shades of Sandrift #B4977D

Tints of Sandrift #B4977D

Color information

#B4977D (or 0xB4977D) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 7D. RGB value is (180,151,125). Sum of RGB (Red+Green+Blue) = 180+151+125=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B4977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4977D is #4B6882. Grayscale: #9C9C9C. Windows color (decimal): -4941955 or 8230836. OLE color: 8230836.

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

Color convert

RGB180151125-
CMYK00.160.310.29
HSL28.36º26.83%59.8%-
HSV(B)28.36º30.56%70.59%-
XYZ33.5933.3224.06-
YUV156.71110.11144.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=39.47%
G=33.11%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015112500.160.310.2928.3626.8359.8
HexB4977D0101F1D1c1b3c
Octal2642271750203735343374
Binary1011010010010111111110101000011111111011110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4977D; }

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

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

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

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

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

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

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

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