#B63E61

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

Shades of Rouge #B63E61

Tints of Rouge #B63E61

Color information

#B63E61 (or 0xB63E61) is unknown color: approx Rouge. HEX triplet: B6, 3E and 61. RGB value is (182,62,97). Sum of RGB (Red+Green+Blue) = 182+62+97=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E61 is #49C19E. Grayscale: #656565. Windows color (decimal): -4833695 or 6373046. OLE color: 6373046.

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

Color convert

RGB1826297-
CMYK00.660.470.29
HSL342.5º49.18%47.84%-
HSV(B)342.5º65.93%71.37%-
XYZ23.1714.2512.84-
YUV101.87125.26185.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=53.37%
G=18.18%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182629700.660.470.29342.549.1847.84
HexB63E610422F1D1563130
Octal26676141010257355266160
Binary1011011011111011000010100001010111111101101010110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E61; }

 p { color: rgb(182,62,97); }

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

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

 a { background-color: rgb(182,62,97); }

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

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

 span { border-color: rgb(182,62,97); }

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