Html Css Color HEX #B84E7A Royal Heath

📋 copy color: '#B84E7A'

red 184 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #B84E7A

Tints of Royal Heath #B84E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 47.92%
G = 20.31%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B84E7A (or 0xB84E7A) is known color: Royal Heath. HEX triplet: B8, 4E and 7A. RGB value is (184,78,122). Sum of RGB (Red+Green+Blue) = 184+78+122=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E7A is #47B185. Grayscale: #727272. Windows color (decimal): -4698502 or 8015544. OLE color: 8015544.

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

Color convert

RGB 184 78 122 -
CMYK 0 0.58 0.34 0.28
HSL 335.09º 0.43% 0.51% -
HSV(B) 335.09º 0.58% 0.72% -
XYZ 26 17.04 20.33 -
YUV 114.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 184 78 122 0 0.58 0.34 0.28 335.09 0.43 0.51
Hex B8 4E 7A 0 3A 22 1C 14F 2B 33
Octal 270 116 172 0 72 42 34 517 53 63
Binary 10111000 1001110 1111010 0 111010 100010 11100 101001111 101011 110011

Color Harmonies of #B84E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84E7A

Black with #B84E7A

Text Example


Text Example

White with #B84E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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