Html Css Color HEX #B84774 Royal Heath

📋 copy color: '#B84774'

red 184 ◦ green 71 ◦ blue 116

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

Shades of Royal Heath #B84774

Tints of Royal Heath #B84774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 49.6%
G = 19.14%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B84774 (or 0xB84774) is known color: Royal Heath. HEX triplet: B8, 47 and 74. RGB value is (184,71,116). Sum of RGB (Red+Green+Blue) = 184+71+116=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84774 is #47B88B. Grayscale: #6D6D6D. Windows color (decimal): -4700300 or 7620536. OLE color: 7620536.

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

Color convert

RGB 184 71 116 -
CMYK 0 0.61 0.37 0.28
HSL 336.11º 0.44% 0.5% -
HSV(B) 336.11º 0.61% 0.72% -
XYZ 25.17 15.96 18.28 -
YUV 109.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 184 71 116 0 0.61 0.37 0.28 336.11 0.44 0.5
Hex B8 47 74 0 3D 25 1C 150 2C 32
Octal 270 107 164 0 75 45 34 520 54 62
Binary 10111000 1000111 1110100 0 111101 100101 11100 101010000 101100 110010

Color Harmonies of #B84774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84774

Black with #B84774

Text Example


Text Example

White with #B84774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84774; }

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

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

background-color css

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

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

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

border-color css

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

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

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