Html Css Color HEX #B84276 Royal Heath

📋 copy color: '#B84276'

red 184 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #B84276

Tints of Royal Heath #B84276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 50%
G = 17.93%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B84276 (or 0xB84276) is known color: Royal Heath. HEX triplet: B8, 42 and 76. RGB value is (184,66,118). Sum of RGB (Red+Green+Blue) = 184+66+118=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84276 is #47BD89. Grayscale: #6B6B6B. Windows color (decimal): -4701578 or 7750328. OLE color: 7750328.

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

Color convert

RGB 184 66 118 -
CMYK 0 0.64 0.36 0.28
HSL 333.56º 0.47% 0.49% -
HSV(B) 333.56º 0.64% 0.72% -
XYZ 24.99 15.39 18.79 -
YUV 107.21 134.09 182.77 -
System Red Green Blue C M Y K H S L
Decimal 184 66 118 0 0.64 0.36 0.28 333.56 0.47 0.49
Hex B8 42 76 0 40 24 1C 14E 2F 31
Octal 270 102 166 0 100 44 34 516 57 61
Binary 10111000 1000010 1110110 0 1000000 100100 11100 101001110 101111 110001

Color Harmonies of #B84276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84276

Black with #B84276

Text Example


Text Example

White with #B84276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84276; }

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

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

background-color css

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

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

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

border-color css

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

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

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