#B2927C

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

Shades of Sandrift #B2927C

Tints of Sandrift #B2927C

Color information

#B2927C (or 0xB2927C) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 7C. RGB value is (178,146,124). Sum of RGB (Red+Green+Blue) = 178+146+124=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2927C is #4D6D83. Grayscale: #999999. Windows color (decimal): -5074308 or 8164018. OLE color: 8164018.

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

Color convert

RGB178146124-
CMYK00.180.300.30
HSL24.44º25.96%59.22%-
HSV(B)24.44º30.34%69.8%-
XYZ32.2831.4823.44-
YUV153.06111.6145.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=39.73%
G=32.59%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814612400.180.300.3024.4425.9659.22
HexB2927C0121E1E181a3b
Octal2622221740223636303273
Binary1011001010010010111110001001011110111101100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2927C; }

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

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

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

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

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

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

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

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