Html Css Color HEX #B84A80 Royal Heath

📋 copy color: '#B84A80'

red 184 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #B84A80

Tints of Royal Heath #B84A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 47.67%
G = 19.17%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B84A80 (or 0xB84A80) is known color: Royal Heath. HEX triplet: B8, 4A and 80. RGB value is (184,74,128). Sum of RGB (Red+Green+Blue) = 184+74+128=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A80 is #47B57F. Grayscale: #707070. Windows color (decimal): -4699520 or 8407736. OLE color: 8407736.

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

Color convert

RGB 184 74 128 -
CMYK 0 0.60 0.30 0.28
HSL 330.55º 0.44% 0.51% -
HSV(B) 330.55º 0.6% 0.72% -
XYZ 26.11 16.65 22.26 -
YUV 113.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 184 74 128 0 0.60 0.30 0.28 330.55 0.44 0.51
Hex B8 4A 80 0 3C 1E 1C 14B 2C 33
Octal 270 112 200 0 74 36 34 513 54 63
Binary 10111000 1001010 10000000 0 111100 11110 11100 101001011 101100 110011

Color Harmonies of #B84A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A80

Black with #B84A80

Text Example


Text Example

White with #B84A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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