#B45A61

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

Shades of Blush #B45A61

Tints of Blush #B45A61

Color information

#B45A61 (or 0xB45A61) is unknown color: approx Blush. HEX triplet: B4, 5A and 61. RGB value is (180,90,97). Sum of RGB (Red+Green+Blue) = 180+90+97=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A61 is #4BA59E. Grayscale: #757575. Windows color (decimal): -4957599 or 6380212. OLE color: 6380212.

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

Color convert

RGB1809097-
CMYK00.500.460.29
HSL355.33º37.5%52.94%-
HSV(B)355.33º50%70.59%-
XYZ24.6417.8813.46-
YUV117.71116.32172.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=49.05%
G=24.52%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180909700.500.460.29355.3337.552.94
HexB45A610322E1D1632635
Octal26413214106256355434665
Binary1011010010110101100001011001010111011101101100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A61; }

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

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

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

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

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

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

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

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