#B63F6B

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

Shades of Royal Heath #B63F6B

Tints of Royal Heath #B63F6B

Color information

#B63F6B (or 0xB63F6B) is unknown color: approx Royal Heath. HEX triplet: B6, 3F and 6B. RGB value is (182,63,107). Sum of RGB (Red+Green+Blue) = 182+63+107=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F6B is #49C094. Grayscale: #676767. Windows color (decimal): -4833429 or 7028662. OLE color: 7028662.

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

Color convert

RGB18263107-
CMYK00.650.410.29
HSL337.82º48.57%48.04%-
HSV(B)337.82º65.38%71.37%-
XYZ23.7214.5615.47-
YUV103.6129.92183.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 63 (25% from 255) = 17.90%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=51.70%
G=17.90%
B=30.40%

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
Decimal1826310700.650.410.29337.8248.5748.04
HexB63F6B041291D1523130
Octal26677153010151355226160
Binary1011011011111111010110100000110100111101101010010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63F6B; }

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

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

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

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

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

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

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

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