#B9626B

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

Shades of Blush #B9626B

Tints of Blush #B9626B

Color information

#B9626B (or 0xB9626B) is unknown color: approx Blush. HEX triplet: B9, 62 and 6B. RGB value is (185,98,107). Sum of RGB (Red+Green+Blue) = 185+98+107=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9626B is #469D94. Grayscale: #7D7D7D. Windows color (decimal): -4627861 or 7037625. OLE color: 7037625.

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

Color convert

RGB18598107-
CMYK00.470.420.27
HSL353.79º38.33%55.49%-
HSV(B)353.79º47.03%72.55%-
XYZ27.0320.1116.37-
YUV125.04117.82170.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=47.44%
G=25.13%
B=27.44%

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
Decimal1859810700.470.420.27353.7938.3355.49
HexB9626B02F2A1B1622637
Octal27114215305752335424667
Binary1011100111000101101011010111110101011011101100010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9626B; }

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

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

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

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

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

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

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

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