Html Css Color HEX #B84A77 Royal Heath

📋 copy color: '#B84A77'

red 184 ◦ green 74 ◦ blue 119

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

Shades of Royal Heath #B84A77

Tints of Royal Heath #B84A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 48.81%
G = 19.63%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B84A77 (or 0xB84A77) is known color: Royal Heath. HEX triplet: B8, 4A and 77. RGB value is (184,74,119). Sum of RGB (Red+Green+Blue) = 184+74+119=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A77 is #47B588. Grayscale: #6F6F6F. Windows color (decimal): -4699529 or 7817912. OLE color: 7817912.

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

Color convert

RGB 184 74 119 -
CMYK 0 0.60 0.35 0.28
HSL 335.45º 0.44% 0.51% -
HSV(B) 335.45º 0.6% 0.72% -
XYZ 25.55 16.42 19.28 -
YUV 112.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 184 74 119 0 0.60 0.35 0.28 335.45 0.44 0.51
Hex B8 4A 77 0 3C 23 1C 14F 2C 33
Octal 270 112 167 0 74 43 34 517 54 63
Binary 10111000 1001010 1110111 0 111100 100011 11100 101001111 101100 110011

Color Harmonies of #B84A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A77

Black with #B84A77

Text Example


Text Example

White with #B84A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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