#B45A66

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

Shades of Blush #B45A66

Tints of Blush #B45A66

Color information

#B45A66 (or 0xB45A66) is unknown color: approx Blush. HEX triplet: B4, 5A and 66. RGB value is (180,90,102). Sum of RGB (Red+Green+Blue) = 180+90+102=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A66 is #4BA599. Grayscale: #767676. Windows color (decimal): -4957594 or 6707892. OLE color: 6707892.

HSL color Cylindrical-coordinate representation of color #B45A66: hue angle of 352º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A66 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB18090102-
CMYK00.500.430.29
HSL352º37.5%52.94%-
HSV(B)352º50%70.59%-
XYZ24.8817.9714.73-
YUV118.28118.82172.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 102 (40.23% from 255) = 27.42%
R=48.39%
G=24.19%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809010200.500.430.2935237.552.94
HexB45A660322B1D1602635
Octal26413214606253355404665
Binary1011010010110101100110011001010101111101101100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A66; }

 p { color: rgb(180,90,102); }

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

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

 a { background-color: rgb(180,90,102); }

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

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

 span { border-color: rgb(180,90,102); }

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