#B14474

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

Shades of Royal Heath #B14474

Tints of Royal Heath #B14474

Color information

#B14474 (or 0xB14474) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 74. RGB value is (177,68,116). Sum of RGB (Red+Green+Blue) = 177+68+116=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14474 is #4EBB8B. Grayscale: #696969. Windows color (decimal): -5159820 or 7619761. OLE color: 7619761.

HSL color Cylindrical-coordinate representation of color #B14474: hue angle of 333.58º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14474 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17768116-
CMYK00.620.340.31
HSL333.58º44.49%48.04%-
HSV(B)333.58º61.58%69.41%-
XYZ23.3514.7418.14-
YUV106.06133.61178.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=49.03%
G=18.84%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776811600.620.340.31333.5844.4948.04
HexB1447403E221F14e2c30
Octal26110416407642375165460
Binary1011000110001001110100011111010001011111101001110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14474; }

 p { color: rgb(177,68,116); }

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

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

 a { background-color: rgb(177,68,116); }

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

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

 span { border-color: rgb(177,68,116); }

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