#B54966

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

Shades of Blush #B54966

Tints of Blush #B54966

Color information

#B54966 (or 0xB54966) is unknown color: approx Blush. HEX triplet: B5, 49 and 66. RGB value is (181,73,102). Sum of RGB (Red+Green+Blue) = 181+73+102=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B54966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54966 is #4AB699. Grayscale: #6C6C6C. Windows color (decimal): -4896410 or 6703541. OLE color: 6703541.

HSL color Cylindrical-coordinate representation of color #B54966: hue angle of 343.89º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54966 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB18173102-
CMYK00.600.440.29
HSL343.89º42.52%49.8%-
HSV(B)343.89º59.67%70.98%-
XYZ23.8415.5514.32-
YUV108.6124.28179.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.84%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=50.84%
G=20.51%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817310200.600.440.29343.8942.5249.8
HexB5496603C2C1D1582b32
Octal26511114607454355305362
Binary1011010110010011100110011110010110011101101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54966; }

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

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

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

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

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

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

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

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