#B4997C

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

Shades of Sandrift #B4997C

Tints of Sandrift #B4997C

Color information

#B4997C (or 0xB4997C) is unknown color: approx Sandrift. HEX triplet: B4, 99 and 7C. RGB value is (180,153,124). Sum of RGB (Red+Green+Blue) = 180+153+124=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4997C is #4B6683. Grayscale: #9D9D9D. Windows color (decimal): -4941444 or 8165812. OLE color: 8165812.

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

Color convert

RGB180153124-
CMYK00.150.310.29
HSL31.07º27.18%59.61%-
HSV(B)31.07º31.11%70.59%-
XYZ33.8533.9423.84-
YUV157.77108.95143.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 153 (60.16% from 255) = 33.48%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=39.39%
G=33.48%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015312400.150.310.2931.0727.1859.61
HexB4997C0F1F1D1f1b3c
Octal2642311740173735373374
Binary101101001001100111111000111111111111011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4997C; }

 p { color: rgb(180,153,124); }

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

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

 a { background-color: rgb(180,153,124); }

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

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

 span { border-color: rgb(180,153,124); }

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