#B45C60

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

Shades of Blush #B45C60

Tints of Blush #B45C60

Color information

#B45C60 (or 0xB45C60) is unknown color: approx Blush. HEX triplet: B4, 5C and 60. RGB value is (180,92,96). Sum of RGB (Red+Green+Blue) = 180+92+96=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C60 is #4BA39F. Grayscale: #767676. Windows color (decimal): -4957088 or 6315188. OLE color: 6315188.

HSL color Cylindrical-coordinate representation of color #B45C60: hue angle of 357.27º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C60 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1809296-
CMYK00.490.470.29
HSL357.27º36.97%53.33%-
HSV(B)357.27º48.89%70.59%-
XYZ24.7618.213.27-
YUV118.77115.15171.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 26.09%
R=48.91%
G=25%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180929600.490.470.29357.2736.9753.33
HexB45C600312F1D1652535
Octal26413414006157355454565
Binary1011010010111001100000011000110111111101101100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C60; }

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

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

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

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

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

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

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

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