#B2997C

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

Shades of Sandrift #B2997C

Tints of Sandrift #B2997C

Color information

#B2997C (or 0xB2997C) is unknown color: approx Sandrift. HEX triplet: B2, 99 and 7C. RGB value is (178,153,124). Sum of RGB (Red+Green+Blue) = 178+153+124=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2997C is #4D6683. Grayscale: #9D9D9D. Windows color (decimal): -5072516 or 8165810. OLE color: 8165810.

HSL color Cylindrical-coordinate representation of color #B2997C: hue angle of 32.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2997C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178153124-
CMYK00.140.300.30
HSL32.22º25.96%59.22%-
HSV(B)32.22º30.34%69.8%-
XYZ33.3933.723.81-
YUV157.17109.28142.86-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 124 (48.83% from 255) = 27.25%
R=39.12%
G=33.63%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815312400.140.300.3032.2225.9659.22
HexB2997C0E1E1E201a3b
Octal2622311740163636403273
Binary1011001010011001111110001110111101111010000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2997C; }

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

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

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

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

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

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

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

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