Html Css Color HEX #B14779 Royal Heath

📋 copy color: '#B14779'

red 177 ◦ green 71 ◦ blue 121

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

Shades of Royal Heath #B14779

Tints of Royal Heath #B14779

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.24%

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

R = 47.97%
G = 19.24%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B14779 (or 0xB14779) is known color: Royal Heath. HEX triplet: B1, 47 and 79. RGB value is (177,71,121). Sum of RGB (Red+Green+Blue) = 177+71+121=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B14779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14779 is #4EB886. Grayscale: #6C6C6C. Windows color (decimal): -5159047 or 7948209. OLE color: 7948209.

HSL color Cylindrical-coordinate representation of color #B14779: hue angle of 331.7º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B14779 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 121 -
CMYK 0 0.60 0.32 0.31
HSL 331.7º 0.43% 0.49% -
HSV(B) 331.7º 0.6% 0.69% -
XYZ 23.84 15.23 19.77 -
YUV 108.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 177 71 121 0 0.60 0.32 0.31 331.7 0.43 0.49
Hex B1 47 79 0 3C 20 1F 14C 2B 31
Octal 261 107 171 0 74 40 37 514 53 61
Binary 10110001 1000111 1111001 0 111100 100000 11111 101001100 101011 110001

Color Harmonies of #B14779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14779

Black with #B14779

Text Example


Text Example

White with #B14779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14779; }

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

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

background-color css

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

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

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

border-color css

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

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

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