#B14877

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

Shades of Royal Heath #B14877

Tints of Royal Heath #B14877

Color information

#B14877 (or 0xB14877) is unknown color: approx Royal Heath. HEX triplet: B1, 48 and 77. RGB value is (177,72,119). Sum of RGB (Red+Green+Blue) = 177+72+119=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 72 (28.52% from 255 or 19.57% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B14877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14877 is #4EB788. Grayscale: #6C6C6C. Windows color (decimal): -5158793 or 7817393. OLE color: 7817393.

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

Color convert

RGB17772119-
CMYK00.590.330.31
HSL333.14º42.17%48.82%-
HSV(B)333.14º59.32%69.41%-
XYZ23.7815.3119.16-
YUV108.75133.79176.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 72 (28.52% from 255) = 19.57%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=48.10%
G=19.57%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777211900.590.330.31333.1442.1748.82
HexB1487703B211F14d2a31
Octal26111016707341375155261
Binary1011000110010001110111011101110000111111101001101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14877; }

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

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

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

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

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

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

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

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