#B14B7B

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

Shades of Royal Heath #B14B7B

Tints of Royal Heath #B14B7B

Color information

#B14B7B (or 0xB14B7B) is unknown color: approx Royal Heath. HEX triplet: B1, 4B and 7B. RGB value is (177,75,123). Sum of RGB (Red+Green+Blue) = 177+75+123=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B7B is #4EB484. Grayscale: #6E6E6E. Windows color (decimal): -5158021 or 8080305. OLE color: 8080305.

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

Color convert

RGB17775123-
CMYK00.580.310.31
HSL331.76º40.48%49.41%-
HSV(B)331.76º57.63%69.41%-
XYZ24.2215.8120.51-
YUV110.97134.79175.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.2%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=47.2%
G=20%
B=32.8%

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
Decimal1777512300.580.310.31331.7640.4849.41
HexB14B7B03A1F1F14c2831
Octal26111317307237375145061
Binary101100011001011111101101110101111111111101001100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B7B; }

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

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

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

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

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

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

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

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