#B63963

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

Shades of Rouge #B63963

Tints of Rouge #B63963

Color information

#B63963 (or 0xB63963) is unknown color: approx Rouge. HEX triplet: B6, 39 and 63. RGB value is (182,57,99). Sum of RGB (Red+Green+Blue) = 182+57+99=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B63963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63963 is #49C69C. Grayscale: #636363. Windows color (decimal): -4834973 or 6502838. OLE color: 6502838.

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

Color convert

RGB1825799-
CMYK00.690.460.29
HSL339.84º52.3%46.86%-
HSV(B)339.84º68.68%71.37%-
XYZ23.0113.7713.25-
YUV99.16127.91187.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=53.85%
G=16.86%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182579900.690.460.29339.8452.346.86
HexB639630452E1D154342f
Octal26671143010556355246457
Binary1011011011100111000110100010110111011101101010100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63963; }

 p { color: rgb(182,57,99); }

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

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

 a { background-color: rgb(182,57,99); }

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

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

 span { border-color: rgb(182,57,99); }

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