#B14A77

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

Shades of Royal Heath #B14A77

Tints of Royal Heath #B14A77

Color information

#B14A77 (or 0xB14A77) is unknown color: approx Royal Heath. HEX triplet: B1, 4A and 77. RGB value is (177,74,119). Sum of RGB (Red+Green+Blue) = 177+74+119=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A77 is #4EB588. Grayscale: #6D6D6D. Windows color (decimal): -5158281 or 7817905. OLE color: 7817905.

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

Color convert

RGB17774119-
CMYK00.580.330.31
HSL333.79º41.04%49.22%-
HSV(B)333.79º58.19%69.41%-
XYZ23.9115.5819.2-
YUV109.93133.12175.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=47.84%
G=20%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777411900.580.330.31333.7941.0449.22
HexB14A7703A211F14e2931
Octal26111216707241375165161
Binary1011000110010101110111011101010000111111101001110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A77; }

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

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

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

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

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

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

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

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