#B14A7B

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

Shades of Royal Heath #B14A7B

Tints of Royal Heath #B14A7B

Color information

#B14A7B (or 0xB14A7B) is unknown color: approx Royal Heath. HEX triplet: B1, 4A and 7B. RGB value is (177,74,123). Sum of RGB (Red+Green+Blue) = 177+74+123=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A7B is #4EB584. Grayscale: #6E6E6E. Windows color (decimal): -5158277 or 8080049. OLE color: 8080049.

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

Color convert

RGB17774123-
CMYK00.580.310.31
HSL331.46º41.04%49.22%-
HSV(B)331.46º58.19%69.41%-
XYZ24.1615.6720.49-
YUV110.38135.12175.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.33%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 123 (48.44% from 255) = 32.89%
R=47.33%
G=19.79%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777412300.580.310.31331.4641.0449.22
HexB14A7B03A1F1F14b2931
Octal26111217307237375135161
Binary101100011001010111101101110101111111111101001011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A7B; }

 p { color: rgb(177,74,123); }

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

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

 a { background-color: rgb(177,74,123); }

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

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

 span { border-color: rgb(177,74,123); }

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