Html Css Color HEX #B84374 Royal Heath

📋 copy color: '#B84374'

red 184 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #B84374

Tints of Royal Heath #B84374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 50.14%
G = 18.26%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B84374 (or 0xB84374) is known color: Royal Heath. HEX triplet: B8, 43 and 74. RGB value is (184,67,116). Sum of RGB (Red+Green+Blue) = 184+67+116=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B84374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84374 is #47BC8B. Grayscale: #6B6B6B. Windows color (decimal): -4701324 or 7619512. OLE color: 7619512.

HSL color Cylindrical-coordinate representation of color #B84374: hue angle of 334.87º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84374 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 116 -
CMYK 0 0.64 0.37 0.28
HSL 334.87º 0.47% 0.49% -
HSV(B) 334.87º 0.64% 0.72% -
XYZ 24.93 15.47 18.19 -
YUV 107.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 184 67 116 0 0.64 0.37 0.28 334.87 0.47 0.49
Hex B8 43 74 0 40 25 1C 14F 2F 31
Octal 270 103 164 0 100 45 34 517 57 61
Binary 10111000 1000011 1110100 0 1000000 100101 11100 101001111 101111 110001

Color Harmonies of #B84374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84374

Black with #B84374

Text Example


Text Example

White with #B84374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84374; }

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

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

background-color css

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

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

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

border-color css

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

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

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