Html Css Color HEX #B14873 Royal Heath

📋 copy color: '#B14873'

red 177 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #B14873

Tints of Royal Heath #B14873

RGB

 RED value IS 177 (69.53% from 255) = 48.63%

 GREEN value IS 72 (28.52% from 255) = 19.78%

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

R = 48.63%
G = 19.78%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B14873 (or 0xB14873) is known color: Royal Heath. HEX triplet: B1, 48 and 73. RGB value is (177,72,115). Sum of RGB (Red+Green+Blue) = 177+72+115=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B14873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14873 is #4EB78C. Grayscale: #6C6C6C. Windows color (decimal): -5158797 or 7555249. OLE color: 7555249.

HSL color Cylindrical-coordinate representation of color #B14873: hue angle of 335.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14873 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 115 -
CMYK 0 0.59 0.35 0.31
HSL 335.43º 0.42% 0.49% -
HSV(B) 335.43º 0.59% 0.69% -
XYZ 23.54 15.22 17.92 -
YUV 108.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 177 72 115 0 0.59 0.35 0.31 335.43 0.42 0.49
Hex B1 48 73 0 3B 23 1F 14F 2A 31
Octal 261 110 163 0 73 43 37 517 52 61
Binary 10110001 1001000 1110011 0 111011 100011 11111 101001111 101010 110001

Color Harmonies of #B14873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14873

Black with #B14873

Text Example


Text Example

White with #B14873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14873; }

 p { color: rgb(177,72,115); }

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

background-color css

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

 a { background-color: rgb(177,72,115); }

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

border-color css

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

 span { border-color: rgb(177,72,115); }

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