Html Css Color HEX #B84E7C Royal Heath

📋 copy color: '#B84E7C'

red 184 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #B84E7C

Tints of Royal Heath #B84E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 47.67%
G = 20.21%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B84E7C (or 0xB84E7C) is known color: Royal Heath. HEX triplet: B8, 4E and 7C. RGB value is (184,78,124). Sum of RGB (Red+Green+Blue) = 184+78+124=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E7C is #47B183. Grayscale: #727272. Windows color (decimal): -4698500 or 8146616. OLE color: 8146616.

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

Color convert

RGB 184 78 124 -
CMYK 0 0.58 0.33 0.28
HSL 333.96º 0.43% 0.51% -
HSV(B) 333.96º 0.58% 0.72% -
XYZ 26.13 17.09 20.99 -
YUV 114.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 184 78 124 0 0.58 0.33 0.28 333.96 0.43 0.51
Hex B8 4E 7C 0 3A 21 1C 14E 2B 33
Octal 270 116 174 0 72 41 34 516 53 63
Binary 10111000 1001110 1111100 0 111010 100001 11100 101001110 101011 110011

Color Harmonies of #B84E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84E7C

Black with #B84E7C

Text Example


Text Example

White with #B84E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84E7C; }

 p { color: rgb(184,78,124); }

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

background-color css

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

 a { background-color: rgb(184,78,124); }

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

border-color css

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

 span { border-color: rgb(184,78,124); }

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