Html Css Color HEX #B84A7F Royal Heath

📋 copy color: '#B84A7F'

red 184 ◦ green 74 ◦ blue 127

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

Shades of Royal Heath #B84A7F

Tints of Royal Heath #B84A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 47.79%
G = 19.22%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B84A7F (or 0xB84A7F) is known color: Royal Heath. HEX triplet: B8, 4A and 7F. RGB value is (184,74,127). Sum of RGB (Red+Green+Blue) = 184+74+127=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7F is #47B580. Grayscale: #707070. Windows color (decimal): -4699521 or 8342200. OLE color: 8342200.

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

Color convert

RGB 184 74 127 -
CMYK 0 0.60 0.31 0.28
HSL 331.09º 0.44% 0.51% -
HSV(B) 331.09º 0.6% 0.72% -
XYZ 26.05 16.62 21.91 -
YUV 112.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 184 74 127 0 0.60 0.31 0.28 331.09 0.44 0.51
Hex B8 4A 7F 0 3C 1F 1C 14B 2C 33
Octal 270 112 177 0 74 37 34 513 54 63
Binary 10111000 1001010 1111111 0 111100 11111 11100 101001011 101100 110011

Color Harmonies of #B84A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A7F

Black with #B84A7F

Text Example


Text Example

White with #B84A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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