#B5626F

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

Shades of Blush #B5626F

Tints of Blush #B5626F

Color information

#B5626F (or 0xB5626F) is unknown color: approx Blush. HEX triplet: B5, 62 and 6F. RGB value is (181,98,111). Sum of RGB (Red+Green+Blue) = 181+98+111=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5626F is #4A9D90. Grayscale: #7C7C7C. Windows color (decimal): -4890001 or 7299765. OLE color: 7299765.

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

Color convert

RGB18198111-
CMYK00.460.390.29
HSL350.6º35.93%54.71%-
HSV(B)350.6º45.86%70.98%-
XYZ26.2919.7117.46-
YUV124.3120.5168.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 98 (38.67% from 255) = 25.13%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=46.41%
G=25.13%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819811100.460.390.29350.635.9354.71
HexB5626F02E271D15f2437
Octal26514215705647355374467
Binary1011010111000101101111010111010011111101101011111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5626F; }

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

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

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

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

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

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

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

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