#B45971

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

Shades of Blush #B45971

Tints of Blush #B45971

Color information

#B45971 (or 0xB45971) is unknown color: approx Blush. HEX triplet: B4, 59 and 71. RGB value is (180,89,113). Sum of RGB (Red+Green+Blue) = 180+89+113=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B45971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45971 is #4BA68E. Grayscale: #767676. Windows color (decimal): -4957839 or 7428532. OLE color: 7428532.

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

Color convert

RGB18089113-
CMYK00.510.370.29
HSL344.18º37.76%52.75%-
HSV(B)344.18º50.56%70.59%-
XYZ25.3818.0417.77-
YUV118.94124.65171.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=47.12%
G=23.30%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808911300.510.370.29344.1837.7652.75
HexB45971033251D1582635
Octal26413116106345355304665
Binary1011010010110011110001011001110010111101101011000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45971; }

 p { color: rgb(180,89,113); }

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

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

 a { background-color: rgb(180,89,113); }

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

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

 span { border-color: rgb(180,89,113); }

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