Html Css Color HEX #B14979 Royal Heath

📋 copy color: '#B14979'

red 177 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #B14979

Tints of Royal Heath #B14979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 47.71%
G = 19.68%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14979 (or 0xB14979) is known color: Royal Heath. HEX triplet: B1, 49 and 79. RGB value is (177,73,121). Sum of RGB (Red+Green+Blue) = 177+73+121=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B14979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14979 is #4EB686. Grayscale: #6D6D6D. Windows color (decimal): -5158535 or 7948721. OLE color: 7948721.

HSL color Cylindrical-coordinate representation of color #B14979: hue angle of 332.31º 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 #B14979 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 121 -
CMYK 0 0.59 0.32 0.31
HSL 332.31º 0.42% 0.49% -
HSV(B) 332.31º 0.59% 0.69% -
XYZ 23.97 15.49 19.82 -
YUV 109.57 134.46 176.1 -
System Red Green Blue C M Y K H S L
Decimal 177 73 121 0 0.59 0.32 0.31 332.31 0.42 0.49
Hex B1 49 79 0 3B 20 1F 14C 2A 31
Octal 261 111 171 0 73 40 37 514 52 61
Binary 10110001 1001001 1111001 0 111011 100000 11111 101001100 101010 110001

Color Harmonies of #B14979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14979

Black with #B14979

Text Example


Text Example

White with #B14979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14979; }

 p { color: rgb(177,73,121); }

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

background-color css

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

 a { background-color: rgb(177,73,121); }

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

border-color css

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

 span { border-color: rgb(177,73,121); }

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