Html Css Color HEX #B84D7F Royal Heath

📋 copy color: '#B84D7F'

red 184 ◦ green 77 ◦ blue 127

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

Shades of Royal Heath #B84D7F

Tints of Royal Heath #B84D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 47.42%
G = 19.85%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B84D7F (or 0xB84D7F) is known color: Royal Heath. HEX triplet: B8, 4D and 7F. RGB value is (184,77,127). Sum of RGB (Red+Green+Blue) = 184+77+127=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D7F is #47B280. Grayscale: #727272. Windows color (decimal): -4698753 or 8342968. OLE color: 8342968.

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

Color convert

RGB 184 77 127 -
CMYK 0 0.58 0.31 0.28
HSL 331.96º 0.43% 0.51% -
HSV(B) 331.96º 0.58% 0.72% -
XYZ 26.25 17.03 21.98 -
YUV 114.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 184 77 127 0 0.58 0.31 0.28 331.96 0.43 0.51
Hex B8 4D 7F 0 3A 1F 1C 14C 2B 33
Octal 270 115 177 0 72 37 34 514 53 63
Binary 10111000 1001101 1111111 0 111010 11111 11100 101001100 101011 110011

Color Harmonies of #B84D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D7F

Black with #B84D7F

Text Example


Text Example

White with #B84D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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