#B14C7D

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

Shades of Royal Heath #B14C7D

Tints of Royal Heath #B14C7D

Color information

#B14C7D (or 0xB14C7D) is unknown color: approx Royal Heath. HEX triplet: B1, 4C and 7D. RGB value is (177,76,125). Sum of RGB (Red+Green+Blue) = 177+76+125=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C7D is #4EB382. Grayscale: #6F6F6F. Windows color (decimal): -5157763 or 8211633. OLE color: 8211633.

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

Color convert

RGB17776125-
CMYK00.570.290.31
HSL330.89º39.92%49.61%-
HSV(B)330.89º57.06%69.41%-
XYZ24.421621.2-
YUV111.78135.46174.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 76 (30.08% from 255) = 20.11%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=46.83%
G=20.11%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777612500.570.290.31330.8939.9249.61
HexB14C7D0391D1F14b2832
Octal26111417507135375135062
Binary101100011001100111110101110011110111111101001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C7D; }

 p { color: rgb(177,76,125); }

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

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

 a { background-color: rgb(177,76,125); }

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

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

 span { border-color: rgb(177,76,125); }

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