#B63C77

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

Shades of Royal Heath #B63C77

Tints of Royal Heath #B63C77

Color information

#B63C77 (or 0xB63C77) is unknown color: approx Royal Heath. HEX triplet: B6, 3C and 77. RGB value is (182,60,119). Sum of RGB (Red+Green+Blue) = 182+60+119=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C77 is #49C388. Grayscale: #676767. Windows color (decimal): -4834185 or 7814326. OLE color: 7814326.

HSL color Cylindrical-coordinate representation of color #B63C77: hue angle of 330.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C77 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18260119-
CMYK00.670.350.29
HSL330.98º50.41%47.45%-
HSV(B)330.98º67.03%71.37%-
XYZ24.2414.5118.98-
YUV103.2136.92184.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=50.42%
G=16.62%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826011900.670.350.29330.9850.4147.45
HexB63C77043231D14b322f
Octal26674167010343355136257
Binary1011011011110011101110100001110001111101101001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C77; }

 p { color: rgb(182,60,119); }

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

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

 a { background-color: rgb(182,60,119); }

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

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

 span { border-color: rgb(182,60,119); }

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