#B9626D

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

Shades of Blush #B9626D

Tints of Blush #B9626D

Color information

#B9626D (or 0xB9626D) is unknown color: approx Blush. HEX triplet: B9, 62 and 6D. RGB value is (185,98,109). Sum of RGB (Red+Green+Blue) = 185+98+109=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9626D is #469D92. Grayscale: #7D7D7D. Windows color (decimal): -4627859 or 7168697. OLE color: 7168697.

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

Color convert

RGB18598109-
CMYK00.470.410.27
HSL352.41º38.33%55.49%-
HSV(B)352.41º47.03%72.55%-
XYZ27.1420.1516.93-
YUV125.27118.82170.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 109 (42.97% from 255) = 27.81%
R=47.19%
G=25%
B=27.81%

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
Decimal1859810900.470.410.27352.4138.3355.49
HexB9626D02F291B1602637
Octal27114215505751335404667
Binary1011100111000101101101010111110100111011101100000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9626D; }

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

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

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

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

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

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

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

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