Html Css Color HEX #B84370 Royal Heath

📋 copy color: '#B84370'

red 184 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #B84370

Tints of Royal Heath #B84370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

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

R = 50.69%
G = 18.46%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84370 (or 0xB84370) is known color: Royal Heath. HEX triplet: B8, 43 and 70. RGB value is (184,67,112). Sum of RGB (Red+Green+Blue) = 184+67+112=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B84370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84370 is #47BC8F. Grayscale: #6B6B6B. Windows color (decimal): -4701328 or 7357368. OLE color: 7357368.

HSL color Cylindrical-coordinate representation of color #B84370: hue angle of 336.92º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B84370 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 112 -
CMYK 0 0.64 0.39 0.28
HSL 336.92º 0.47% 0.49% -
HSV(B) 336.92º 0.64% 0.72% -
XYZ 24.7 15.37 17 -
YUV 107.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 184 67 112 0 0.64 0.39 0.28 336.92 0.47 0.49
Hex B8 43 70 0 40 27 1C 151 2F 31
Octal 270 103 160 0 100 47 34 521 57 61
Binary 10111000 1000011 1110000 0 1000000 100111 11100 101010001 101111 110001

Color Harmonies of #B84370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84370

Black with #B84370

Text Example


Text Example

White with #B84370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84370; }

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

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

background-color css

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

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

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

border-color css

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

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

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