Html Css Color HEX #B84C73 Royal Heath

📋 copy color: '#B84C73'

red 184 ◦ green 76 ◦ blue 115

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

Shades of Royal Heath #B84C73

Tints of Royal Heath #B84C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 49.07%
G = 20.27%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B84C73 (or 0xB84C73) is known color: Royal Heath. HEX triplet: B8, 4C and 73. RGB value is (184,76,115). Sum of RGB (Red+Green+Blue) = 184+76+115=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C73 is #47B38C. Grayscale: #707070. Windows color (decimal): -4699021 or 7556280. OLE color: 7556280.

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

Color convert

RGB 184 76 115 -
CMYK 0 0.59 0.38 0.28
HSL 338.33º 0.43% 0.51% -
HSV(B) 338.33º 0.59% 0.72% -
XYZ 25.45 16.6 18.08 -
YUV 112.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 184 76 115 0 0.59 0.38 0.28 338.33 0.43 0.51
Hex B8 4C 73 0 3B 26 1C 152 2B 33
Octal 270 114 163 0 73 46 34 522 53 63
Binary 10111000 1001100 1110011 0 111011 100110 11100 101010010 101011 110011

Color Harmonies of #B84C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C73

Black with #B84C73

Text Example


Text Example

White with #B84C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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