#B45860

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

Shades of Blush #B45860

Tints of Blush #B45860

Color information

#B45860 (or 0xB45860) is unknown color: approx Blush. HEX triplet: B4, 58 and 60. RGB value is (180,88,96). Sum of RGB (Red+Green+Blue) = 180+88+96=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B45860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45860 is #4BA79F. Grayscale: #747474. Windows color (decimal): -4958112 or 6314164. OLE color: 6314164.

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

Color convert

RGB1808896-
CMYK00.510.470.29
HSL354.78º38.02%52.55%-
HSV(B)354.78º51.11%70.59%-
XYZ24.4217.5313.16-
YUV116.42116.48173.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=49.45%
G=24.18%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180889600.510.470.29354.7838.0252.55
HexB458600332F1D1632635
Octal26413014006357355434665
Binary1011010010110001100000011001110111111101101100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45860; }

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

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

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

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

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

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

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

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