Html Css Color HEX #B84A6F Royal Heath

📋 copy color: '#B84A6F'

red 184 ◦ green 74 ◦ blue 111

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

Shades of Royal Heath #B84A6F

Tints of Royal Heath #B84A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.08%

R = 49.86%
G = 20.05%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B84A6F (or 0xB84A6F) is known color: Royal Heath. HEX triplet: B8, 4A and 6F. RGB value is (184,74,111). Sum of RGB (Red+Green+Blue) = 184+74+111=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A6F is #47B590. Grayscale: #6F6F6F. Windows color (decimal): -4699537 or 7293624. OLE color: 7293624.

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

Color convert

RGB 184 74 111 -
CMYK 0 0.60 0.40 0.28
HSL 339.82º 0.44% 0.51% -
HSV(B) 339.82º 0.6% 0.72% -
XYZ 25.09 16.24 16.85 -
YUV 111.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 184 74 111 0 0.60 0.40 0.28 339.82 0.44 0.51
Hex B8 4A 6F 0 3C 28 1C 154 2C 33
Octal 270 112 157 0 74 50 34 524 54 63
Binary 10111000 1001010 1101111 0 111100 101000 11100 101010100 101100 110011

Color Harmonies of #B84A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A6F

Black with #B84A6F

Text Example


Text Example

White with #B84A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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