#B54661

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

Shades of Blush #B54661

Tints of Blush #B54661

Color information

#B54661 (or 0xB54661) is unknown color: approx Blush. HEX triplet: B5, 46 and 61. RGB value is (181,70,97). Sum of RGB (Red+Green+Blue) = 181+70+97=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B54661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54661 is #4AB99E. Grayscale: #6A6A6A. Windows color (decimal): -4897183 or 6375093. OLE color: 6375093.

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

Color convert

RGB1817097-
CMYK00.610.460.29
HSL345.41º44.22%49.22%-
HSV(B)345.41º61.33%70.98%-
XYZ23.415.0712.98-
YUV106.27122.77181.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=52.01%
G=20.11%
B=27.87%

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
Decimal181709700.610.460.29345.4144.2249.22
HexB5466103D2E1D1592c31
Octal26510614107556355315461
Binary1011010110001101100001011110110111011101101011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54661; }

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

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

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

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

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

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

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

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