#B54C62

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

Shades of Blush #B54C62

Tints of Blush #B54C62

Color information

#B54C62 (or 0xB54C62) is unknown color: approx Blush. HEX triplet: B5, 4C and 62. RGB value is (181,76,98). Sum of RGB (Red+Green+Blue) = 181+76+98=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54C62 is #4AB39D. Grayscale: #6D6D6D. Windows color (decimal): -4895646 or 6442165. OLE color: 6442165.

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

Color convert

RGB1817698-
CMYK00.580.460.29
HSL347.43º41.5%50.39%-
HSV(B)347.43º58.01%70.98%-
XYZ23.8515.8713.36-
YUV109.9121.29178.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 98 (38.67% from 255) = 27.61%
R=50.99%
G=21.41%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181769800.580.460.29347.4341.550.39
HexB54C6203A2E1D15b2a32
Octal26511414207256355335262
Binary1011010110011001100010011101010111011101101011011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C62; }

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

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

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

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

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

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

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

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