Html Css Color HEX #B84A72 Royal Heath

📋 copy color: '#B84A72'

red 184 ◦ green 74 ◦ blue 114

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

Shades of Royal Heath #B84A72

Tints of Royal Heath #B84A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 49.46%
G = 19.89%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B84A72 (or 0xB84A72) is known color: Royal Heath. HEX triplet: B8, 4A and 72. RGB value is (184,74,114). Sum of RGB (Red+Green+Blue) = 184+74+114=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A72 is #47B58D. Grayscale: #6F6F6F. Windows color (decimal): -4699534 or 7490232. OLE color: 7490232.

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

Color convert

RGB 184 74 114 -
CMYK 0 0.60 0.38 0.28
HSL 338.18º 0.44% 0.51% -
HSV(B) 338.18º 0.6% 0.72% -
XYZ 25.25 16.3 17.74 -
YUV 111.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 184 74 114 0 0.60 0.38 0.28 338.18 0.44 0.51
Hex B8 4A 72 0 3C 26 1C 152 2C 33
Octal 270 112 162 0 74 46 34 522 54 63
Binary 10111000 1001010 1110010 0 111100 100110 11100 101010010 101100 110011

Color Harmonies of #B84A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A72

Black with #B84A72

Text Example


Text Example

White with #B84A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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