#B54D69

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

Shades of Blush #B54D69

Tints of Blush #B54D69

Color information

#B54D69 (or 0xB54D69) is unknown color: approx Blush. HEX triplet: B5, 4D and 69. RGB value is (181,77,105). Sum of RGB (Red+Green+Blue) = 181+77+105=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D69 is #4AB296. Grayscale: #6F6F6F. Windows color (decimal): -4895383 or 6901173. OLE color: 6901173.

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

Color convert

RGB18177105-
CMYK00.570.420.29
HSL343.85º41.27%50.59%-
HSV(B)343.85º57.46%70.98%-
XYZ24.2616.1515.2-
YUV111.29124.46177.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=49.86%
G=21.21%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817710500.570.420.29343.8541.2750.59
HexB54D690392A1D1582933
Octal26511515107152355305163
Binary1011010110011011101001011100110101011101101011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54D69; }

 p { color: rgb(181,77,105); }

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

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

 a { background-color: rgb(181,77,105); }

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

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

 span { border-color: rgb(181,77,105); }

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