Html Css Color HEX #B84476 Royal Heath

📋 copy color: '#B84476'

red 184 ◦ green 68 ◦ blue 118

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

Shades of Royal Heath #B84476

Tints of Royal Heath #B84476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 49.73%
G = 18.38%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84476 (or 0xB84476) is known color: Royal Heath. HEX triplet: B8, 44 and 76. RGB value is (184,68,118). Sum of RGB (Red+Green+Blue) = 184+68+118=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B84476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84476 is #47BB89. Grayscale: #6C6C6C. Windows color (decimal): -4701066 or 7750840. OLE color: 7750840.

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

Color convert

RGB 184 68 118 -
CMYK 0 0.63 0.36 0.28
HSL 334.14º 0.46% 0.49% -
HSV(B) 334.14º 0.63% 0.72% -
XYZ 25.1 15.63 18.83 -
YUV 108.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 184 68 118 0 0.63 0.36 0.28 334.14 0.46 0.49
Hex B8 44 76 0 3F 24 1C 14E 2E 31
Octal 270 104 166 0 77 44 34 516 56 61
Binary 10111000 1000100 1110110 0 111111 100100 11100 101001110 101110 110001

Color Harmonies of #B84476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84476

Black with #B84476

Text Example


Text Example

White with #B84476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84476; }

 p { color: rgb(184,68,118); }

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

background-color css

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

 a { background-color: rgb(184,68,118); }

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

border-color css

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

 span { border-color: rgb(184,68,118); }

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