Html Css Color HEX #B84371 Royal Heath

📋 copy color: '#B84371'

red 184 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #B84371

Tints of Royal Heath #B84371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 50.55%
G = 18.41%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84371 (or 0xB84371) is known color: Royal Heath. HEX triplet: B8, 43 and 71. RGB value is (184,67,113). Sum of RGB (Red+Green+Blue) = 184+67+113=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B84371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84371 is #47BC8E. Grayscale: #6B6B6B. Windows color (decimal): -4701327 or 7422904. OLE color: 7422904.

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

Color convert

RGB 184 67 113 -
CMYK 0 0.64 0.39 0.28
HSL 336.41º 0.47% 0.49% -
HSV(B) 336.41º 0.64% 0.72% -
XYZ 24.75 15.4 17.29 -
YUV 107.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 184 67 113 0 0.64 0.39 0.28 336.41 0.47 0.49
Hex B8 43 71 0 40 27 1C 150 2F 31
Octal 270 103 161 0 100 47 34 520 57 61
Binary 10111000 1000011 1110001 0 1000000 100111 11100 101010000 101111 110001

Color Harmonies of #B84371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84371

Black with #B84371

Text Example


Text Example

White with #B84371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84371; }

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

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

background-color css

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

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

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

border-color css

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

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

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