#B9626C

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

Shades of Blush #B9626C

Tints of Blush #B9626C

Color information

#B9626C (or 0xB9626C) is unknown color: approx Blush. HEX triplet: B9, 62 and 6C. RGB value is (185,98,108). Sum of RGB (Red+Green+Blue) = 185+98+108=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9626C is #469D93. Grayscale: #7D7D7D. Windows color (decimal): -4627860 or 7103161. OLE color: 7103161.

HSL color Cylindrical-coordinate representation of color #B9626C: hue angle of 353.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9626C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB18598108-
CMYK00.470.420.27
HSL353.1º38.33%55.49%-
HSV(B)353.1º47.03%72.55%-
XYZ27.0820.1316.65-
YUV125.15118.32170.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=47.31%
G=25.06%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859810800.470.420.27353.138.3355.49
HexB9626C02F2A1B1612637
Octal27114215405752335414667
Binary1011100111000101101100010111110101011011101100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9626C; }

 p { color: rgb(185,98,108); }

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

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

 a { background-color: rgb(185,98,108); }

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

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

 span { border-color: rgb(185,98,108); }

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