#B5626B

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

Shades of Blush #B5626B

Tints of Blush #B5626B

Color information

#B5626B (or 0xB5626B) is unknown color: approx Blush. HEX triplet: B5, 62 and 6B. RGB value is (181,98,107). Sum of RGB (Red+Green+Blue) = 181+98+107=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5626B is #4A9D94. Grayscale: #7B7B7B. Windows color (decimal): -4890005 or 7037621. OLE color: 7037621.

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

Color convert

RGB18198107-
CMYK00.460.410.29
HSL353.49º35.93%54.71%-
HSV(B)353.49º45.86%70.98%-
XYZ26.0819.6216.32-
YUV123.84118.5168.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.89%
GREEN value IS 98 (38.67% from 255) = 25.39%
BLUE value IS 107 (42.19% from 255) = 27.72%
R=46.89%
G=25.39%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819810700.460.410.29353.4935.9354.71
HexB5626B02E291D1612437
Octal26514215305651355414467
Binary1011010111000101101011010111010100111101101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5626B; }

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

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

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

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

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

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

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

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