Html Css Color HEX #B84076 Royal Heath

📋 copy color: '#B84076'

red 184 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #B84076

Tints of Royal Heath #B84076

RGB

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

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

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

R = 50.27%
G = 17.49%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84076 (or 0xB84076) is known color: Royal Heath. HEX triplet: B8, 40 and 76. RGB value is (184,64,118). Sum of RGB (Red+Green+Blue) = 184+64+118=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84076 is #47BF89. Grayscale: #696969. Windows color (decimal): -4702090 or 7749816. OLE color: 7749816.

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

Color convert

RGB 184 64 118 -
CMYK 0 0.65 0.36 0.28
HSL 333º 0.48% 0.49% -
HSV(B) 333º 0.65% 0.72% -
XYZ 24.87 15.17 18.76 -
YUV 106.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 184 64 118 0 0.65 0.36 0.28 333 0.48 0.49
Hex B8 40 76 0 41 24 1C 14D 30 31
Octal 270 100 166 0 101 44 34 515 60 61
Binary 10111000 1000000 1110110 0 1000001 100100 11100 101001101 110000 110001

Color Harmonies of #B84076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84076

Black with #B84076

Text Example


Text Example

White with #B84076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84076; }

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

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

background-color css

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

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

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

border-color css

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

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

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