#B13E77

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

Shades of Royal Heath #B13E77

Tints of Royal Heath #B13E77

Color information

#B13E77 (or 0xB13E77) is unknown color: approx Royal Heath. HEX triplet: B1, 3E and 77. RGB value is (177,62,119). Sum of RGB (Red+Green+Blue) = 177+62+119=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E77 is #4EC188. Grayscale: #666666. Windows color (decimal): -5161353 or 7814833. OLE color: 7814833.

HSL color Cylindrical-coordinate representation of color #B13E77: hue angle of 330.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E77 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB17762119-
CMYK00.650.330.31
HSL330.26º48.12%46.86%-
HSV(B)330.26º64.97%69.41%-
XYZ23.1814.1218.96-
YUV102.88137.1180.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 62 (24.61% from 255) = 17.32%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=49.44%
G=17.32%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776211900.650.330.31330.2648.1246.86
HexB13E77041211F14a302f
Octal26176167010141375126057
Binary1011000111111011101110100000110000111111101001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E77; }

 p { color: rgb(177,62,119); }

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

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

 a { background-color: rgb(177,62,119); }

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

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

 span { border-color: rgb(177,62,119); }

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