#B14A70

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

Shades of Royal Heath #B14A70

Tints of Royal Heath #B14A70

Color information

#B14A70 (or 0xB14A70) is unknown color: approx Royal Heath. HEX triplet: B1, 4A and 70. RGB value is (177,74,112). Sum of RGB (Red+Green+Blue) = 177+74+112=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A70 is #4EB58F. Grayscale: #6D6D6D. Windows color (decimal): -5158288 or 7359153. OLE color: 7359153.

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

Color convert

RGB17774112-
CMYK00.580.370.31
HSL337.86º41.04%49.22%-
HSV(B)337.86º58.19%69.41%-
XYZ23.515.4117.07-
YUV109.13129.62176.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=48.76%
G=20.39%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777411200.580.370.31337.8641.0449.22
HexB14A7003A251F1522931
Octal26111216007245375225161
Binary1011000110010101110000011101010010111111101010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A70; }

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

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

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

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

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

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

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

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