Html Css Color HEX #B84A76 Royal Heath

📋 copy color: '#B84A76'

red 184 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #B84A76

Tints of Royal Heath #B84A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 48.94%
G = 19.68%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84A76 (or 0xB84A76) is known color: Royal Heath. HEX triplet: B8, 4A and 76. RGB value is (184,74,118). Sum of RGB (Red+Green+Blue) = 184+74+118=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A76 is #47B589. Grayscale: #6F6F6F. Windows color (decimal): -4699530 or 7752376. OLE color: 7752376.

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

Color convert

RGB 184 74 118 -
CMYK 0 0.60 0.36 0.28
HSL 336º 0.44% 0.51% -
HSV(B) 336º 0.6% 0.72% -
XYZ 25.49 16.4 18.96 -
YUV 111.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 184 74 118 0 0.60 0.36 0.28 336 0.44 0.51
Hex B8 4A 76 0 3C 24 1C 150 2C 33
Octal 270 112 166 0 74 44 34 520 54 63
Binary 10111000 1001010 1110110 0 111100 100100 11100 101010000 101100 110011

Color Harmonies of #B84A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A76

Black with #B84A76

Text Example


Text Example

White with #B84A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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