#b54762

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

Shades of Blush #B54762

Tints of Blush #B54762

Color information

#B54762 (or 0xB54762) is unknown color: approx Blush. HEX triplet: B5, 47 and 62. RGB value is (181,71,98). Sum of RGB (Red+Green+Blue) = 181+71+98=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B54762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54762 is #4AB89D. Grayscale: #6A6A6A. Windows color (decimal): -4896926 or 6440885. OLE color: 6440885.

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

Color convert

RGB1817198-
CMYK00.610.460.29
HSL345.27º43.65%49.41%-
HSV(B)345.27º60.77%70.98%-
XYZ23.5115.2113.25-
YUV106.97122.94180.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 71 (28.12% from 255) = 20.29%
BLUE value IS 98 (38.67% from 255) = 28%
R=51.71%
G=20.29%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181719800.610.460.29345.2743.6549.41
HexB5476203D2E1D1592c31
Octal26510714207556355315461
Binary1011010110001111100010011110110111011101101011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54762; }

 p { color: rgb(181,71,98); }

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

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

 a { background-color: rgb(181,71,98); }

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

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

 span { border-color: rgb(181,71,98); }

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