#B4977A

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

Shades of Sandrift #B4977A

Tints of Sandrift #B4977A

Color information

#B4977A (or 0xB4977A) is unknown color: approx Sandrift. HEX triplet: B4, 97 and 7A. RGB value is (180,151,122). Sum of RGB (Red+Green+Blue) = 180+151+122=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4977A is #4B6885. Grayscale: #9C9C9C. Windows color (decimal): -4941958 or 8034228. OLE color: 8034228.

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

Color convert

RGB180151122-
CMYK00.160.320.29
HSL30º27.88%59.22%-
HSV(B)30º32.22%70.59%-
XYZ33.433.2423.07-
YUV156.36108.61144.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=39.74%
G=33.33%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015112200.160.320.293027.8859.22
HexB4977A010201D1e1c3b
Octal2642271720204035363473
Binary10110100100101111111010010000100000111011111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4977A; }

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

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

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

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

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

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

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

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