Html Css Color HEX #B84772 Royal Heath

📋 copy color: '#B84772'

red 184 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #B84772

Tints of Royal Heath #B84772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 49.86%
G = 19.24%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B84772 (or 0xB84772) is known color: Royal Heath. HEX triplet: B8, 47 and 72. RGB value is (184,71,114). Sum of RGB (Red+Green+Blue) = 184+71+114=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84772 is #47B88D. Grayscale: #6D6D6D. Windows color (decimal): -4700302 or 7489464. OLE color: 7489464.

HSL color Cylindrical-coordinate representation of color #B84772: hue angle of 337.17º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84772 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 71 114 -
CMYK 0 0.61 0.38 0.28
HSL 337.17º 0.44% 0.5% -
HSV(B) 337.17º 0.61% 0.72% -
XYZ 25.06 15.91 17.67 -
YUV 109.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 184 71 114 0 0.61 0.38 0.28 337.17 0.44 0.5
Hex B8 47 72 0 3D 26 1C 151 2C 32
Octal 270 107 162 0 75 46 34 521 54 62
Binary 10111000 1000111 1110010 0 111101 100110 11100 101010001 101100 110010

Color Harmonies of #B84772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84772

Black with #B84772

Text Example


Text Example

White with #B84772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84772; }

 p { color: rgb(184,71,114); }

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

background-color css

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

 a { background-color: rgb(184,71,114); }

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

border-color css

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

 span { border-color: rgb(184,71,114); }

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