Html Css Color HEX #B84274 Royal Heath

📋 copy color: '#B84274'

red 184 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #B84274

Tints of Royal Heath #B84274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 50.27%
G = 18.03%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B84274 (or 0xB84274) is known color: Royal Heath. HEX triplet: B8, 42 and 74. RGB value is (184,66,116). Sum of RGB (Red+Green+Blue) = 184+66+116=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84274 is #47BD8B. Grayscale: #6A6A6A. Windows color (decimal): -4701580 or 7619256. OLE color: 7619256.

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

Color convert

RGB 184 66 116 -
CMYK 0 0.64 0.37 0.28
HSL 334.58º 0.47% 0.49% -
HSV(B) 334.58º 0.64% 0.72% -
XYZ 24.87 15.35 18.17 -
YUV 106.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 184 66 116 0 0.64 0.37 0.28 334.58 0.47 0.49
Hex B8 42 74 0 40 25 1C 14F 2F 31
Octal 270 102 164 0 100 45 34 517 57 61
Binary 10111000 1000010 1110100 0 1000000 100101 11100 101001111 101111 110001

Color Harmonies of #B84274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84274

Black with #B84274

Text Example


Text Example

White with #B84274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84274; }

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

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

background-color css

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

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

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

border-color css

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

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

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