#B14D70

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

Shades of Royal Heath #B14D70

Tints of Royal Heath #B14D70

Color information

#B14D70 (or 0xB14D70) is unknown color: approx Royal Heath. HEX triplet: B1, 4D and 70. RGB value is (177,77,112). Sum of RGB (Red+Green+Blue) = 177+77+112=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D70 is #4EB28F. Grayscale: #6E6E6E. Windows color (decimal): -5157520 or 7359921. OLE color: 7359921.

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

Color convert

RGB17777112-
CMYK00.560.370.31
HSL339º39.37%49.8%-
HSV(B)339º56.5%69.41%-
XYZ23.7115.8217.13-
YUV110.89128.63175.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=48.36%
G=21.04%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777711200.560.370.3133939.3749.8
HexB14D70038251F1532732
Octal26111516007045375234762
Binary1011000110011011110000011100010010111111101010011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D70; }

 p { color: rgb(177,77,112); }

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

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

 a { background-color: rgb(177,77,112); }

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

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

 span { border-color: rgb(177,77,112); }

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