#B14A7C

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

Shades of Royal Heath #B14A7C

Tints of Royal Heath #B14A7C

Color information

#B14A7C (or 0xB14A7C) is unknown color: approx Royal Heath. HEX triplet: B1, 4A and 7C. RGB value is (177,74,124). Sum of RGB (Red+Green+Blue) = 177+74+124=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A7C is #4EB583. Grayscale: #6E6E6E. Windows color (decimal): -5158276 or 8145585. OLE color: 8145585.

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

Color convert

RGB17774124-
CMYK00.580.300.31
HSL330.87º41.04%49.22%-
HSV(B)330.87º58.19%69.41%-
XYZ24.2215.720.82-
YUV110.5135.62175.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=47.2%
G=19.73%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777412400.580.300.31330.8741.0449.22
HexB14A7C03A1E1F14b2931
Octal26111217407236375135161
Binary101100011001010111110001110101111011111101001011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A7C; }

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

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

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

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

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

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

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

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