#B54666

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

Shades of Blush #B54666

Tints of Blush #B54666

Color information

#B54666 (or 0xB54666) is unknown color: approx Blush. HEX triplet: B5, 46 and 66. RGB value is (181,70,102). Sum of RGB (Red+Green+Blue) = 181+70+102=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B54666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54666 is #4AB999. Grayscale: #6A6A6A. Windows color (decimal): -4897178 or 6702773. OLE color: 6702773.

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

Color convert

RGB18170102-
CMYK00.610.440.29
HSL342.7º44.22%49.22%-
HSV(B)342.7º61.33%70.98%-
XYZ23.6415.1614.25-
YUV106.84125.27180.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=51.27%
G=19.83%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817010200.610.440.29342.744.2249.22
HexB5466603D2C1D1572c31
Octal26510614607554355275461
Binary1011010110001101100110011110110110011101101010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54666; }

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

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

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

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

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

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

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

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