Html Css Color HEX #B84A6D Royal Heath

📋 copy color: '#B84A6D'

red 184 ◦ green 74 ◦ blue 109

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

Shades of Royal Heath #B84A6D

Tints of Royal Heath #B84A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 50.14%
G = 20.16%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B84A6D (or 0xB84A6D) is known color: Royal Heath. HEX triplet: B8, 4A and 6D. RGB value is (184,74,109). Sum of RGB (Red+Green+Blue) = 184+74+109=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A6D is #47B592. Grayscale: #6E6E6E. Windows color (decimal): -4699539 or 7162552. OLE color: 7162552.

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

Color convert

RGB 184 74 109 -
CMYK 0 0.60 0.41 0.28
HSL 340.91º 0.44% 0.51% -
HSV(B) 340.91º 0.6% 0.72% -
XYZ 24.98 16.19 16.28 -
YUV 110.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 184 74 109 0 0.60 0.41 0.28 340.91 0.44 0.51
Hex B8 4A 6D 0 3C 29 1C 155 2C 33
Octal 270 112 155 0 74 51 34 525 54 63
Binary 10111000 1001010 1101101 0 111100 101001 11100 101010101 101100 110011

Color Harmonies of #B84A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A6D

Black with #B84A6D

Text Example


Text Example

White with #B84A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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