Html Css Color HEX #B84D63 Blush

📋 copy color: '#B84D63'

red 184 ◦ green 77 ◦ blue 99

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

Shades of Blush #B84D63

Tints of Blush #B84D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 51.11%
G = 21.39%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B84D63 (or 0xB84D63) is known color: Blush. HEX triplet: B8, 4D and 63. RGB value is (184,77,99). Sum of RGB (Red+Green+Blue) = 184+77+99=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D63 is #47B29C. Grayscale: #6F6F6F. Windows color (decimal): -4698781 or 6507960. OLE color: 6507960.

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

Color convert

RGB 184 77 99 -
CMYK 0 0.58 0.46 0.28
HSL 347.66º 0.43% 0.51% -
HSV(B) 347.66º 0.58% 0.72% -
XYZ 24.67 16.4 13.67 -
YUV 111.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 184 77 99 0 0.58 0.46 0.28 347.66 0.43 0.51
Hex B8 4D 63 0 3A 2E 1C 15C 2B 33
Octal 270 115 143 0 72 56 34 534 53 63
Binary 10111000 1001101 1100011 0 111010 101110 11100 101011100 101011 110011

Color Harmonies of #B84D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D63

Black with #B84D63

Text Example


Text Example

White with #B84D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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