Html Css Color HEX #B84A71 Royal Heath

📋 copy color: '#B84A71'

red 184 ◦ green 74 ◦ blue 113

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

Shades of Royal Heath #B84A71

Tints of Royal Heath #B84A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 49.6%
G = 19.95%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84A71 (or 0xB84A71) is known color: Royal Heath. HEX triplet: B8, 4A and 71. RGB value is (184,74,113). Sum of RGB (Red+Green+Blue) = 184+74+113=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A71 is #47B58E. Grayscale: #6F6F6F. Windows color (decimal): -4699535 or 7424696. OLE color: 7424696.

HSL color Cylindrical-coordinate representation of color #B84A71: hue angle of 338.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A71 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 113 -
CMYK 0 0.60 0.39 0.28
HSL 338.73º 0.44% 0.51% -
HSV(B) 338.73º 0.6% 0.72% -
XYZ 25.2 16.28 17.44 -
YUV 111.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 184 74 113 0 0.60 0.39 0.28 338.73 0.44 0.51
Hex B8 4A 71 0 3C 27 1C 153 2C 33
Octal 270 112 161 0 74 47 34 523 54 63
Binary 10111000 1001010 1110001 0 111100 100111 11100 101010011 101100 110011

Color Harmonies of #B84A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A71

Black with #B84A71

Text Example


Text Example

White with #B84A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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