#B63966

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

Shades of Rouge #B63966

Tints of Rouge #B63966

Color information

#B63966 (or 0xB63966) is unknown color: approx Rouge. HEX triplet: B6, 39 and 66. RGB value is (182,57,102). Sum of RGB (Red+Green+Blue) = 182+57+102=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B63966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63966 is #49C699. Grayscale: #636363. Windows color (decimal): -4834970 or 6699446. OLE color: 6699446.

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

Color convert

RGB18257102-
CMYK00.690.440.29
HSL338.4º52.3%46.86%-
HSV(B)338.4º68.68%71.37%-
XYZ23.1513.8314.02-
YUV99.5129.41186.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=53.37%
G=16.72%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825710200.690.440.29338.452.346.86
HexB639660452C1D152342f
Octal26671146010554355226457
Binary1011011011100111001100100010110110011101101010010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63966; }

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

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

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

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

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

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

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

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