#B14C7A

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

Shades of Royal Heath #B14C7A

Tints of Royal Heath #B14C7A

Color information

#B14C7A (or 0xB14C7A) is unknown color: approx Royal Heath. HEX triplet: B1, 4C and 7A. RGB value is (177,76,122). Sum of RGB (Red+Green+Blue) = 177+76+122=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C7A is #4EB385. Grayscale: #6F6F6F. Windows color (decimal): -5157766 or 8015025. OLE color: 8015025.

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

Color convert

RGB17776122-
CMYK00.570.310.31
HSL332.67º39.92%49.61%-
HSV(B)332.67º57.06%69.41%-
XYZ24.2315.9220.21-
YUV111.44133.96174.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 76 (30.08% from 255) = 20.27%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=47.2%
G=20.27%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777612200.570.310.31332.6739.9249.61
HexB14C7A0391F1F14d2832
Octal26111417207137375155062
Binary101100011001100111101001110011111111111101001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C7A; }

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

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

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

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

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

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

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

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