#B63C6F

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

Shades of Royal Heath #B63C6F

Tints of Royal Heath #B63C6F

Color information

#B63C6F (or 0xB63C6F) is unknown color: approx Royal Heath. HEX triplet: B6, 3C and 6F. RGB value is (182,60,111). Sum of RGB (Red+Green+Blue) = 182+60+111=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C6F is #49C390. Grayscale: #666666. Windows color (decimal): -4834193 or 7290038. OLE color: 7290038.

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

Color convert

RGB18260111-
CMYK00.670.390.29
HSL334.92º50.41%47.45%-
HSV(B)334.92º67.03%71.37%-
XYZ23.7814.3216.55-
YUV102.29132.92184.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=51.56%
G=17.00%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826011100.670.390.29334.9250.4147.45
HexB63C6F043271D14f322f
Octal26674157010347355176257
Binary1011011011110011011110100001110011111101101001111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C6F; }

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

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

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

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

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

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

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

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