#B4585E

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

Shades of Blush #B4585E

Tints of Blush #B4585E

Color information

#B4585E (or 0xB4585E) is unknown color: approx Blush. HEX triplet: B4, 58 and 5E. RGB value is (180,88,94). Sum of RGB (Red+Green+Blue) = 180+88+94=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B4585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4585E is #4BA7A1. Grayscale: #747474. Windows color (decimal): -4958114 or 6183092. OLE color: 6183092.

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

Color convert

RGB1808894-
CMYK00.510.480.29
HSL356.09º38.02%52.55%-
HSV(B)356.09º51.11%70.59%-
XYZ24.3317.4912.68-
YUV116.19115.48173.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=49.72%
G=24.31%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180889400.510.480.29356.0938.0252.55
HexB4585E033301D1642635
Octal26413013606360355444665
Binary1011010010110001011110011001111000011101101100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4585E; }

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

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

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

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

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

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

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

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