#B4586D

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

Shades of Blush #B4586D

Tints of Blush #B4586D

Color information

#B4586D (or 0xB4586D) is unknown color: approx Blush. HEX triplet: B4, 58 and 6D. RGB value is (180,88,109). Sum of RGB (Red+Green+Blue) = 180+88+109=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4586D is #4BA792. Grayscale: #757575. Windows color (decimal): -4958099 or 7166132. OLE color: 7166132.

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

Color convert

RGB18088109-
CMYK00.510.390.29
HSL346.3º38.02%52.55%-
HSV(B)346.3º51.11%70.59%-
XYZ25.0717.7916.58-
YUV117.9122.98172.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 88 (34.77% from 255) = 23.34%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=47.75%
G=23.34%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808810900.510.390.29346.338.0252.55
HexB4586D033271D15a2635
Octal26413015506347355324665
Binary1011010010110001101101011001110011111101101011010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4586D; }

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

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

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

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

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

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

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

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