Html Css Color HEX #B84C80 Royal Heath

📋 copy color: '#B84C80'

red 184 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #B84C80

Tints of Royal Heath #B84C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 47.42%
G = 19.59%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B84C80 (or 0xB84C80) is known color: Royal Heath. HEX triplet: B8, 4C and 80. RGB value is (184,76,128). Sum of RGB (Red+Green+Blue) = 184+76+128=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84C80 is #47B37F. Grayscale: #727272. Windows color (decimal): -4699008 or 8408248. OLE color: 8408248.

HSL color Cylindrical-coordinate representation of color #B84C80: hue angle of 331.11º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C80 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 76 128 -
CMYK 0 0.59 0.30 0.28
HSL 331.11º 0.43% 0.51% -
HSV(B) 331.11º 0.59% 0.72% -
XYZ 26.25 16.92 22.3 -
YUV 114.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 184 76 128 0 0.59 0.30 0.28 331.11 0.43 0.51
Hex B8 4C 80 0 3B 1E 1C 14B 2B 33
Octal 270 114 200 0 73 36 34 513 53 63
Binary 10111000 1001100 10000000 0 111011 11110 11100 101001011 101011 110011

Color Harmonies of #B84C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C80

Black with #B84C80

Text Example


Text Example

White with #B84C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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