#B84560

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

Shades of Blush #B84560

Tints of Blush #B84560

Color information

#B84560 (or 0xB84560) is unknown color: approx Blush. HEX triplet: B8, 45 and 60. RGB value is (184,69,96). Sum of RGB (Red+Green+Blue) = 184+69+96=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B84560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84560 is #47BA9F. Grayscale: #6A6A6A. Windows color (decimal): -4700832 or 6309304. OLE color: 6309304.

HSL color Cylindrical-coordinate representation of color #B84560: hue angle of 345.91º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84560 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB1846996-
CMYK00.620.480.28
HSL345.91º45.45%49.61%-
HSV(B)345.91º62.5%72.16%-
XYZ24.0115.2912.75-
YUV106.46122.1183.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=52.72%
G=19.77%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184699600.620.480.28345.9145.4549.61
HexB8456003E301C15a2d32
Octal27010514007660345325562
Binary1011100010001011100000011111011000011100101011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84560; }

 p { color: rgb(184,69,96); }

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

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

 a { background-color: rgb(184,69,96); }

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

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

 span { border-color: rgb(184,69,96); }

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