Html Css Color HEX #B94173 Royal Heath

📋 copy color: '#B94173'

red 185 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #B94173

Tints of Royal Heath #B94173

RGB

 RED value IS 185 (72.66% from 255) = 50.68%

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 50.68%
G = 17.81%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B94173 (or 0xB94173) is known color: Royal Heath. HEX triplet: B9, 41 and 73. RGB value is (185,65,115). Sum of RGB (Red+Green+Blue) = 185+65+115=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B94173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94173 is #46BE8C. Grayscale: #6A6A6A. Windows color (decimal): -4636301 or 7553465. OLE color: 7553465.

HSL color Cylindrical-coordinate representation of color #B94173: hue angle of 335º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94173 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 115 -
CMYK 0 0.65 0.38 0.27
HSL 335º 0.48% 0.49% -
HSV(B) 335º 0.65% 0.73% -
XYZ 24.99 15.33 17.86 -
YUV 106.58 132.76 183.93 -
System Red Green Blue C M Y K H S L
Decimal 185 65 115 0 0.65 0.38 0.27 335 0.48 0.49
Hex B9 41 73 0 41 26 1B 14F 30 31
Octal 271 101 163 0 101 46 33 517 60 61
Binary 10111001 1000001 1110011 0 1000001 100110 11011 101001111 110000 110001

Color Harmonies of #B94173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94173

Black with #B94173

Text Example


Text Example

White with #B94173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94173; }

 p { color: rgb(185,65,115); }

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

background-color css

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

 a { background-color: rgb(185,65,115); }

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

border-color css

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

 span { border-color: rgb(185,65,115); }

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