Html Css Color HEX #B84174 Royal Heath

📋 copy color: '#B84174'

red 184 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #B84174

Tints of Royal Heath #B84174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 50.41%
G = 17.81%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B84174 (or 0xB84174) is known color: Royal Heath. HEX triplet: B8, 41 and 74. RGB value is (184,65,116). Sum of RGB (Red+Green+Blue) = 184+65+116=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B84174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84174 is #47BE8B. Grayscale: #6A6A6A. Windows color (decimal): -4701836 or 7619000. OLE color: 7619000.

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

Color convert

RGB 184 65 116 -
CMYK 0 0.65 0.37 0.28
HSL 334.29º 0.48% 0.49% -
HSV(B) 334.29º 0.65% 0.72% -
XYZ 24.81 15.23 18.16 -
YUV 106.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 184 65 116 0 0.65 0.37 0.28 334.29 0.48 0.49
Hex B8 41 74 0 41 25 1C 14E 30 31
Octal 270 101 164 0 101 45 34 516 60 61
Binary 10111000 1000001 1110100 0 1000001 100101 11100 101001110 110000 110001

Color Harmonies of #B84174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84174

Black with #B84174

Text Example


Text Example

White with #B84174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84174; }

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

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

background-color css

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

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

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

border-color css

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

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

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