Html Css Color HEX #B84974 Royal Heath

📋 copy color: '#B84974'

red 184 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #B84974

Tints of Royal Heath #B84974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 49.33%
G = 19.57%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B84974 (or 0xB84974) is known color: Royal Heath. HEX triplet: B8, 49 and 74. RGB value is (184,73,116). Sum of RGB (Red+Green+Blue) = 184+73+116=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B84974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84974 is #47B68B. Grayscale: #6F6F6F. Windows color (decimal): -4699788 or 7621048. OLE color: 7621048.

HSL color Cylindrical-coordinate representation of color #B84974: hue angle of 336.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84974 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 73 116 -
CMYK 0 0.60 0.37 0.28
HSL 336.76º 0.44% 0.5% -
HSV(B) 336.76º 0.6% 0.72% -
XYZ 25.3 16.22 18.32 -
YUV 111.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 184 73 116 0 0.60 0.37 0.28 336.76 0.44 0.5
Hex B8 49 74 0 3C 25 1C 151 2C 32
Octal 270 111 164 0 74 45 34 521 54 62
Binary 10111000 1001001 1110100 0 111100 100101 11100 101010001 101100 110010

Color Harmonies of #B84974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84974

Black with #B84974

Text Example


Text Example

White with #B84974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84974; }

 p { color: rgb(184,73,116); }

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

background-color css

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

 a { background-color: rgb(184,73,116); }

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

border-color css

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

 span { border-color: rgb(184,73,116); }

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