#B14D6D

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

Shades of Royal Heath #B14D6D

Tints of Royal Heath #B14D6D

Color information

#B14D6D (or 0xB14D6D) is unknown color: approx Royal Heath. HEX triplet: B1, 4D and 6D. RGB value is (177,77,109). Sum of RGB (Red+Green+Blue) = 177+77+109=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D6D is #4EB292. Grayscale: #6E6E6E. Windows color (decimal): -5157523 or 7163313. OLE color: 7163313.

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

Color convert

RGB17777109-
CMYK00.560.380.31
HSL340.8º39.37%49.8%-
HSV(B)340.8º56.5%69.41%-
XYZ23.5515.7616.27-
YUV110.55127.13175.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=48.76%
G=21.21%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777710900.560.380.31340.839.3749.8
HexB14D6D038261F1552732
Octal26111515507046375254762
Binary1011000110011011101101011100010011011111101010101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D6D; }

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

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

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

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

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

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

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

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