#b14b7e

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

Shades of Royal Heath #B14B7E

Tints of Royal Heath #B14B7E

Color information

#B14B7E (or 0xB14B7E) is unknown color: approx Royal Heath. HEX triplet: B1, 4B and 7E. RGB value is (177,75,126). Sum of RGB (Red+Green+Blue) = 177+75+126=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B7E is #4EB481. Grayscale: #6F6F6F. Windows color (decimal): -5158018 or 8276913. OLE color: 8276913.

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

Color convert

RGB17775126-
CMYK00.580.290.31
HSL330º40.48%49.41%-
HSV(B)330º57.63%69.41%-
XYZ24.4115.8921.52-
YUV111.31136.29174.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=46.83%
G=19.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777512600.580.290.3133040.4849.41
HexB14B7E03A1D1F14a2831
Octal26111317607235375125061
Binary101100011001011111111001110101110111111101001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14b7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14b7e; }

 p { color: rgb(177,75,126); }

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

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

 a { background-color: rgb(177,75,126); }

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

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

 span { border-color: rgb(177,75,126); }

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