#B5586B

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

Shades of Blush #B5586B

Tints of Blush #B5586B

Color information

#B5586B (or 0xB5586B) is unknown color: approx Blush. HEX triplet: B5, 58 and 6B. RGB value is (181,88,107). Sum of RGB (Red+Green+Blue) = 181+88+107=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5586B is #4AA794. Grayscale: #757575. Windows color (decimal): -4892565 or 7035061. OLE color: 7035061.

HSL color Cylindrical-coordinate representation of color #B5586B: hue angle of 347.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5586B is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18188107-
CMYK00.510.410.29
HSL347.74º38.59%52.75%-
HSV(B)347.74º51.38%70.98%-
XYZ25.217.8616.03-
YUV117.97121.81172.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 107 (42.19% from 255) = 28.46%
R=48.14%
G=23.40%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818810700.510.410.29347.7438.5952.75
HexB5586B033291D15c2735
Octal26513015306351355344765
Binary1011010110110001101011011001110100111101101011100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5586B; }

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

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

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

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

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

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

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

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