#B84466

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

Shades of Blush #B84466

Tints of Blush #B84466

Color information

#B84466 (or 0xB84466) is unknown color: approx Blush. HEX triplet: B8, 44 and 66. RGB value is (184,68,102). Sum of RGB (Red+Green+Blue) = 184+68+102=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84466 is #47BB99. Grayscale: #6A6A6A. Windows color (decimal): -4701082 or 6702264. OLE color: 6702264.

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

Color convert

RGB18468102-
CMYK00.630.450.28
HSL342.41º46.03%49.41%-
HSV(B)342.41º63.04%72.16%-
XYZ24.2315.2814.24-
YUV106.56125.43183.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=51.98%
G=19.21%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846810200.630.450.28342.4146.0349.41
HexB8446603F2D1C1562e31
Octal27010414607755345265661
Binary1011100010001001100110011111110110111100101010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84466; }

 p { color: rgb(184,68,102); }

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

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

 a { background-color: rgb(184,68,102); }

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

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

 span { border-color: rgb(184,68,102); }

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