Html Css Color HEX #B84970 Royal Heath

📋 copy color: '#B84970'

red 184 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #B84970

Tints of Royal Heath #B84970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 49.86%
G = 19.78%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84970 (or 0xB84970) is known color: Royal Heath. HEX triplet: B8, 49 and 70. RGB value is (184,73,112). Sum of RGB (Red+Green+Blue) = 184+73+112=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84970 is #47B68F. Grayscale: #6E6E6E. Windows color (decimal): -4699792 or 7358904. OLE color: 7358904.

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

Color convert

RGB 184 73 112 -
CMYK 0 0.60 0.39 0.28
HSL 338.92º 0.44% 0.5% -
HSV(B) 338.92º 0.6% 0.72% -
XYZ 25.07 16.13 17.12 -
YUV 110.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 184 73 112 0 0.60 0.39 0.28 338.92 0.44 0.5
Hex B8 49 70 0 3C 27 1C 153 2C 32
Octal 270 111 160 0 74 47 34 523 54 62
Binary 10111000 1001001 1110000 0 111100 100111 11100 101010011 101100 110010

Color Harmonies of #B84970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84970

Black with #B84970

Text Example


Text Example

White with #B84970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84970; }

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

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

background-color css

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

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

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

border-color css

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

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

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