#B63C76

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

Shades of Royal Heath #B63C76

Tints of Royal Heath #B63C76

Color information

#B63C76 (or 0xB63C76) is unknown color: approx Royal Heath. HEX triplet: B6, 3C and 76. RGB value is (182,60,118). Sum of RGB (Red+Green+Blue) = 182+60+118=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C76 is #49C389. Grayscale: #666666. Windows color (decimal): -4834186 or 7748790. OLE color: 7748790.

HSL color Cylindrical-coordinate representation of color #B63C76: hue angle of 331.48º 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 #B63C76 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18260118-
CMYK00.670.350.29
HSL331.48º50.41%47.45%-
HSV(B)331.48º67.03%71.37%-
XYZ24.1814.4818.66-
YUV103.09136.42184.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=50.56%
G=16.67%
B=32.78%

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
Decimal1826011800.670.350.29331.4850.4147.45
HexB63C76043231D14b322f
Octal26674166010343355136257
Binary1011011011110011101100100001110001111101101001011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C76; }

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

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

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

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

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

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

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

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