#B13B77

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

Shades of Royal Heath #B13B77

Tints of Royal Heath #B13B77

Color information

#B13B77 (or 0xB13B77) is unknown color: approx Royal Heath. HEX triplet: B1, 3B and 77. RGB value is (177,59,119). Sum of RGB (Red+Green+Blue) = 177+59+119=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B77 is #4EC488. Grayscale: #656565. Windows color (decimal): -5162121 or 7814065. OLE color: 7814065.

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

Color convert

RGB17759119-
CMYK00.670.330.31
HSL329.49º50%46.27%-
HSV(B)329.49º66.67%69.41%-
XYZ23.0313.8118.9-
YUV101.12138.09182.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=49.86%
G=16.62%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775911900.670.330.31329.495046.27
HexB13B77043211F149322e
Octal26173167010341375116256
Binary1011000111101111101110100001110000111111101001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B77; }

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

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

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

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

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

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

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

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