#B9626E

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

Shades of Blush #B9626E

Tints of Blush #B9626E

Color information

#B9626E (or 0xB9626E) is unknown color: approx Blush. HEX triplet: B9, 62 and 6E. RGB value is (185,98,110). Sum of RGB (Red+Green+Blue) = 185+98+110=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9626E is #469D91. Grayscale: #7D7D7D. Windows color (decimal): -4627858 or 7234233. OLE color: 7234233.

HSL color Cylindrical-coordinate representation of color #B9626E: hue angle of 351.72º 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 #B9626E is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18598110-
CMYK00.470.410.27
HSL351.72º38.33%55.49%-
HSV(B)351.72º47.03%72.55%-
XYZ27.1920.1817.21-
YUV125.38119.32170.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 98 (38.67% from 255) = 24.94%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=47.07%
G=24.94%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859811000.470.410.27351.7238.3355.49
HexB9626E02F291B1602637
Octal27114215605751335404667
Binary1011100111000101101110010111110100111011101100000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9626E; }

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

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

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

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

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

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

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

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