#B14F71

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

Shades of Royal Heath #B14F71

Tints of Royal Heath #B14F71

Color information

#B14F71 (or 0xB14F71) is unknown color: approx Royal Heath. HEX triplet: B1, 4F and 71. RGB value is (177,79,113). Sum of RGB (Red+Green+Blue) = 177+79+113=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14F71 is #4EB08E. Grayscale: #707070. Windows color (decimal): -5157007 or 7425969. OLE color: 7425969.

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

Color convert

RGB17779113-
CMYK00.550.360.31
HSL339.18º38.58%50.2%-
HSV(B)339.18º55.37%69.41%-
XYZ23.9116.1317.48-
YUV112.18128.47174.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=47.97%
G=21.41%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777911300.550.360.31339.1838.5850.2
HexB14F71037241F1532732
Octal26111716106744375234762
Binary1011000110011111110001011011110010011111101010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F71; }

 p { color: rgb(177,79,113); }

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

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

 a { background-color: rgb(177,79,113); }

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

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

 span { border-color: rgb(177,79,113); }

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