#B5626D

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

Shades of Blush #B5626D

Tints of Blush #B5626D

Color information

#B5626D (or 0xB5626D) is unknown color: approx Blush. HEX triplet: B5, 62 and 6D. RGB value is (181,98,109). Sum of RGB (Red+Green+Blue) = 181+98+109=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5626D is #4A9D92. Grayscale: #7C7C7C. Windows color (decimal): -4890003 or 7168693. OLE color: 7168693.

HSL color Cylindrical-coordinate representation of color #B5626D: hue angle of 352.05º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5626D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18198109-
CMYK00.460.400.29
HSL352.05º35.93%54.71%-
HSV(B)352.05º45.86%70.98%-
XYZ26.1819.6616.88-
YUV124.07119.5168.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 98 (38.67% from 255) = 25.26%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=46.65%
G=25.26%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819810900.460.400.29352.0535.9354.71
HexB5626D02E281D1602437
Octal26514215505650355404467
Binary1011010111000101101101010111010100011101101100000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5626D; }

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

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

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

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

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

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

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

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