#B84964

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

Shades of Blush #B84964

Tints of Blush #B84964

Color information

#B84964 (or 0xB84964) is unknown color: approx Blush. HEX triplet: B8, 49 and 64. RGB value is (184,73,100). Sum of RGB (Red+Green+Blue) = 184+73+100=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B84964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84964 is #47B69B. Grayscale: #6D6D6D. Windows color (decimal): -4699804 or 6572472. OLE color: 6572472.

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

Color convert

RGB18473100-
CMYK00.600.460.28
HSL345.41º43.87%50.39%-
HSV(B)345.41º60.33%72.16%-
XYZ24.4515.8813.83-
YUV109.27122.77181.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 100 (39.45% from 255) = 28.01%
R=51.54%
G=20.45%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847310000.600.460.28345.4143.8750.39
HexB8496403C2E1C1592c32
Octal27011114407456345315462
Binary1011100010010011100100011110010111011100101011001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84964; }

 p { color: rgb(184,73,100); }

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

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

 a { background-color: rgb(184,73,100); }

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

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

 span { border-color: rgb(184,73,100); }

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