#B54F66

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

Shades of Blush #B54F66

Tints of Blush #B54F66

Color information

#B54F66 (or 0xB54F66) is unknown color: approx Blush. HEX triplet: B5, 4F and 66. RGB value is (181,79,102). Sum of RGB (Red+Green+Blue) = 181+79+102=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54F66 is #4AB099. Grayscale: #707070. Windows color (decimal): -4894874 or 6705077. OLE color: 6705077.

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

Color convert

RGB18179102-
CMYK00.560.440.29
HSL346.47º40.8%50.98%-
HSV(B)346.47º56.35%70.98%-
XYZ24.2516.3814.45-
YUV112.12122.29177.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 21.82%
BLUE value IS 102 (40.23% from 255) = 28.18%
R=50%
G=21.82%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817910200.560.440.29346.4740.850.98
HexB54F660382C1D15a2933
Octal26511714607054355325163
Binary1011010110011111100110011100010110011101101011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F66; }

 p { color: rgb(181,79,102); }

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

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

 a { background-color: rgb(181,79,102); }

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

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

 span { border-color: rgb(181,79,102); }

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