#B2927E

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

Shades of Sandrift #B2927E

Tints of Sandrift #B2927E

Color information

#B2927E (or 0xB2927E) is unknown color: approx Sandrift. HEX triplet: B2, 92 and 7E. RGB value is (178,146,126). Sum of RGB (Red+Green+Blue) = 178+146+126=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2927E is #4D6D81. Grayscale: #999999. Windows color (decimal): -5074306 or 8295090. OLE color: 8295090.

HSL color Cylindrical-coordinate representation of color #B2927E: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2927E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB178146126-
CMYK00.180.290.30
HSL23.08º25.24%59.61%-
HSV(B)23.08º29.21%69.8%-
XYZ32.431.5324.12-
YUV153.29112.6145.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 126 (49.61% from 255) = 28%
R=39.56%
G=32.44%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814612600.180.290.3023.0825.2459.61
HexB2927E0121D1E17193c
Octal2622221760223536273174
Binary1011001010010010111111001001011101111101011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2927E; }

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

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

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

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

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

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

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

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