#B63F6C

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

Shades of Royal Heath #B63F6C

Tints of Royal Heath #B63F6C

Color information

#B63F6C (or 0xB63F6C) is unknown color: approx Royal Heath. HEX triplet: B6, 3F and 6C. RGB value is (182,63,108). Sum of RGB (Red+Green+Blue) = 182+63+108=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F6C is #49C093. Grayscale: #676767. Windows color (decimal): -4833428 or 7094198. OLE color: 7094198.

HSL color Cylindrical-coordinate representation of color #B63F6C: hue angle of 337.31º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F6C is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB18263108-
CMYK00.650.410.29
HSL337.31º48.57%48.04%-
HSV(B)337.31º65.38%71.37%-
XYZ23.7814.5815.75-
YUV103.71130.42183.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=51.56%
G=17.85%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826310800.650.410.29337.3148.5748.04
HexB63F6C041291D1513130
Octal26677154010151355216160
Binary1011011011111111011000100000110100111101101010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63F6C; }

 p { color: rgb(182,63,108); }

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

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

 a { background-color: rgb(182,63,108); }

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

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

 span { border-color: rgb(182,63,108); }

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