Html Css Color HEX #B84071 Royal Heath

📋 copy color: '#B84071'

red 184 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #B84071

Tints of Royal Heath #B84071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 50.97%
G = 17.73%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B84071 (or 0xB84071) is known color: Royal Heath. HEX triplet: B8, 40 and 71. RGB value is (184,64,113). Sum of RGB (Red+Green+Blue) = 184+64+113=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B84071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84071 is #47BF8E. Grayscale: #696969. Windows color (decimal): -4702095 or 7422136. OLE color: 7422136.

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

Color convert

RGB 184 64 113 -
CMYK 0 0.65 0.39 0.28
HSL 335.5º 0.48% 0.49% -
HSV(B) 335.5º 0.65% 0.72% -
XYZ 24.58 15.05 17.23 -
YUV 105.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 184 64 113 0 0.65 0.39 0.28 335.5 0.48 0.49
Hex B8 40 71 0 41 27 1C 150 30 31
Octal 270 100 161 0 101 47 34 520 60 61
Binary 10111000 1000000 1110001 0 1000001 100111 11100 101010000 110000 110001

Color Harmonies of #B84071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84071

Black with #B84071

Text Example


Text Example

White with #B84071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84071; }

 p { color: rgb(184,64,113); }

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

background-color css

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

 a { background-color: rgb(184,64,113); }

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

border-color css

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

 span { border-color: rgb(184,64,113); }

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