#B84961

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

Shades of Blush #B84961

Tints of Blush #B84961

Color information

#B84961 (or 0xB84961) is unknown color: approx Blush. HEX triplet: B8, 49 and 61. RGB value is (184,73,97). Sum of RGB (Red+Green+Blue) = 184+73+97=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84961 is #47B69E. Grayscale: #6C6C6C. Windows color (decimal): -4699807 or 6375864. OLE color: 6375864.

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

Color convert

RGB1847397-
CMYK00.600.470.28
HSL347.03º43.87%50.39%-
HSV(B)347.03º60.33%72.16%-
XYZ24.3115.8213.08-
YUV108.92121.27181.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=51.98%
G=20.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184739700.600.470.28347.0343.8750.39
HexB8496103C2F1C15b2c32
Octal27011114107457345335462
Binary1011100010010011100001011110010111111100101011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84961; }

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

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

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

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

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

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

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

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