#b4586f

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

Shades of Blush #B4586F

Tints of Blush #B4586F

Color information

#B4586F (or 0xB4586F) is unknown color: approx Blush. HEX triplet: B4, 58 and 6F. RGB value is (180,88,111). Sum of RGB (Red+Green+Blue) = 180+88+111=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4586F is #4BA790. Grayscale: #767676. Windows color (decimal): -4958097 or 7297204. OLE color: 7297204.

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

Color convert

RGB18088111-
CMYK00.510.380.29
HSL345º38.02%52.55%-
HSV(B)345º51.11%70.59%-
XYZ25.1817.8317.15-
YUV118.13123.98172.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=47.49%
G=23.22%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808811100.510.380.2934538.0252.55
HexB4586F033261D1592635
Octal26413015706346355314665
Binary1011010010110001101111011001110011011101101011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4586f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4586f; }

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

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

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

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

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

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

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

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