#B54861

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

Shades of Blush #B54861

Tints of Blush #B54861

Color information

#B54861 (or 0xB54861) is unknown color: approx Blush. HEX triplet: B5, 48 and 61. RGB value is (181,72,97). Sum of RGB (Red+Green+Blue) = 181+72+97=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B54861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54861 is #4AB79E. Grayscale: #6B6B6B. Windows color (decimal): -4896671 or 6375605. OLE color: 6375605.

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

Color convert

RGB1817297-
CMYK00.600.460.29
HSL346.24º43.08%49.61%-
HSV(B)346.24º60.22%70.98%-
XYZ23.5315.3213.03-
YUV107.44122.11180.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=51.71%
G=20.57%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181729700.600.460.29346.2443.0849.61
HexB5486103C2E1D15a2b32
Octal26511014107456355325362
Binary1011010110010001100001011110010111011101101011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54861; }

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

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

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

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

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

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

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

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