#B4586B

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

Shades of Blush #B4586B

Tints of Blush #B4586B

Color information

#B4586B (or 0xB4586B) is unknown color: approx Blush. HEX triplet: B4, 58 and 6B. RGB value is (180,88,107). Sum of RGB (Red+Green+Blue) = 180+88+107=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4586B is #4BA794. Grayscale: #757575. Windows color (decimal): -4958101 or 7035060. OLE color: 7035060.

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

Color convert

RGB18088107-
CMYK00.510.410.29
HSL347.61º38.02%52.55%-
HSV(B)347.61º51.11%70.59%-
XYZ24.9717.7416.02-
YUV117.67121.98172.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=48%
G=23.47%
B=28.53%

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
Decimal1808810700.510.410.29347.6138.0252.55
HexB4586B033291D15c2635
Octal26413015306351355344665
Binary1011010010110001101011011001110100111101101011100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4586B; }

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

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

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

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

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

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

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

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