Html Css Color HEX #B84A70 Royal Heath

📋 copy color: '#B84A70'

red 184 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #B84A70

Tints of Royal Heath #B84A70

RGB

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

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

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

R = 49.73%
G = 20%
B = 30.27%

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

#B84A70 (or 0xB84A70) is known color: Royal Heath. HEX triplet: B8, 4A and 70. RGB value is (184,74,112). Sum of RGB (Red+Green+Blue) = 184+74+112=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A70 is #47B58F. Grayscale: #6F6F6F. Windows color (decimal): -4699536 or 7359160. OLE color: 7359160.

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

Color convert

RGB 184 74 112 -
CMYK 0 0.60 0.39 0.28
HSL 339.27º 0.44% 0.51% -
HSV(B) 339.27º 0.6% 0.72% -
XYZ 25.14 16.26 17.14 -
YUV 111.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 184 74 112 0 0.60 0.39 0.28 339.27 0.44 0.51
Hex B8 4A 70 0 3C 27 1C 153 2C 33
Octal 270 112 160 0 74 47 34 523 54 63
Binary 10111000 1001010 1110000 0 111100 100111 11100 101010011 101100 110011

Color Harmonies of #B84A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A70

Black with #B84A70

Text Example


Text Example

White with #B84A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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