Html Css Color HEX #B84D61 Blush

📋 copy color: '#B84D61'

red 184 ◦ green 77 ◦ blue 97

#B84D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B84D61

Tints of Blush #B84D61

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 77 (30.47% from 255) = 21.51%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 51.4%
G = 21.51%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B84D61 (or 0xB84D61) is known color: Blush. HEX triplet: B8, 4D and 61. RGB value is (184,77,97). Sum of RGB (Red+Green+Blue) = 184+77+97=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D61 is #47B29E. Grayscale: #6F6F6F. Windows color (decimal): -4698783 or 6376888. OLE color: 6376888.

HSL color Cylindrical-coordinate representation of color #B84D61: hue angle of 348.79º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D61 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 77 97 -
CMYK 0 0.58 0.47 0.28
HSL 348.79º 0.43% 0.51% -
HSV(B) 348.79º 0.58% 0.72% -
XYZ 24.58 16.36 13.17 -
YUV 111.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 184 77 97 0 0.58 0.47 0.28 348.79 0.43 0.51
Hex B8 4D 61 0 3A 2F 1C 15D 2B 33
Octal 270 115 141 0 72 57 34 535 53 63
Binary 10111000 1001101 1100001 0 111010 101111 11100 101011101 101011 110011

Color Harmonies of #B84D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D61

Black with #B84D61

Text Example


Text Example

White with #B84D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D61; }

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

 H1.HeaderClassName
 {
   color: #B84D61;
 }
 .AnyTagClassName
 {
   color: #B84D61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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