#B14A79

Color #B14A79 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B14A79

Tints of Royal Heath #B14A79

Color information

#B14A79 (or 0xB14A79) is unknown color: approx Royal Heath. HEX triplet: B1, 4A and 79. RGB value is (177,74,121). Sum of RGB (Red+Green+Blue) = 177+74+121=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A79 is #4EB586. Grayscale: #6E6E6E. Windows color (decimal): -5158279 or 7948977. OLE color: 7948977.

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

Color convert

RGB17774121-
CMYK00.580.320.31
HSL332.62º41.04%49.22%-
HSV(B)332.62º58.19%69.41%-
XYZ24.0315.6319.84-
YUV110.15134.12175.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=47.58%
G=19.89%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777412100.580.320.31332.6241.0449.22
HexB14A7903A201F14d2931
Octal26111217107240375155161
Binary1011000110010101111001011101010000011111101001101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A79; }

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

 H1.HeaderClassName
 {
   color: #B14A79;
 }
 .AnyTagClassName
 {
   color: #B14A79;
 }
</style>
background-color css

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

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

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

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

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

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