#B84A6A

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

Shades of Blush #B84A6A

Tints of Blush #B84A6A

Color information

#B84A6A (or 0xB84A6A) is unknown color: approx Blush. HEX triplet: B8, 4A and 6A. RGB value is (184,74,106). Sum of RGB (Red+Green+Blue) = 184+74+106=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A6A is #47B595. Grayscale: #6E6E6E. Windows color (decimal): -4699542 or 6965944. OLE color: 6965944.

HSL color Cylindrical-coordinate representation of color #B84A6A: hue angle of 342.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A6A is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18474106-
CMYK00.600.420.28
HSL342.55º43.65%50.59%-
HSV(B)342.55º59.78%72.16%-
XYZ24.8216.1315.44-
YUV110.54125.44180.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=50.55%
G=20.33%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847410600.600.420.28342.5543.6550.59
HexB84A6A03C2A1C1572c33
Octal27011215207452345275463
Binary1011100010010101101010011110010101011100101010111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84A6A; }

 p { color: rgb(184,74,106); }

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

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

 a { background-color: rgb(184,74,106); }

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

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

 span { border-color: rgb(184,74,106); }

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