#B2917C

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

Shades of Sandrift #B2917C

Tints of Sandrift #B2917C

Color information

#B2917C (or 0xB2917C) is unknown color: approx Sandrift. HEX triplet: B2, 91 and 7C. RGB value is (178,145,124). Sum of RGB (Red+Green+Blue) = 178+145+124=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2917C is #4D6E83. Grayscale: #989898. Windows color (decimal): -5074564 or 8163762. OLE color: 8163762.

HSL color Cylindrical-coordinate representation of color #B2917C: hue angle of 23.33º 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 #B2917C is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB178145124-
CMYK00.190.300.30
HSL23.33º25.96%59.22%-
HSV(B)23.33º30.34%69.8%-
XYZ32.1231.1723.39-
YUV152.47111.93146.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.82%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=39.82%
G=32.44%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814512400.190.300.3023.3325.9659.22
HexB2917C0131E1E171a3b
Octal2622211740233636273273
Binary1011001010010001111110001001111110111101011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2917C; }

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

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

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

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

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

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

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

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