#B14E74

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

Shades of Royal Heath #B14E74

Tints of Royal Heath #B14E74

Color information

#B14E74 (or 0xB14E74) is unknown color: approx Royal Heath. HEX triplet: B1, 4E and 74. RGB value is (177,78,116). Sum of RGB (Red+Green+Blue) = 177+78+116=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E74 is #4EB18B. Grayscale: #6F6F6F. Windows color (decimal): -5157260 or 7622321. OLE color: 7622321.

HSL color Cylindrical-coordinate representation of color #B14E74: hue angle of 336.97º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E74 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17778116-
CMYK00.560.340.31
HSL336.97º38.82%50%-
HSV(B)336.97º55.93%69.41%-
XYZ24.0116.0618.36-
YUV111.93130.3174.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=47.71%
G=21.02%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777811600.560.340.31336.9738.8250
HexB14E74038221F1512732
Octal26111616407042375214762
Binary1011000110011101110100011100010001011111101010001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E74; }

 p { color: rgb(177,78,116); }

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

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

 a { background-color: rgb(177,78,116); }

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

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

 span { border-color: rgb(177,78,116); }

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