#B63865

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

Shades of Rouge #B63865

Tints of Rouge #B63865

Color information

#B63865 (or 0xB63865) is unknown color: approx Rouge. HEX triplet: B6, 38 and 65. RGB value is (182,56,101). Sum of RGB (Red+Green+Blue) = 182+56+101=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B63865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63865 is #49C79A. Grayscale: #626262. Windows color (decimal): -4835227 or 6633654. OLE color: 6633654.

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

Color convert

RGB18256101-
CMYK00.690.450.29
HSL338.57º52.94%46.67%-
HSV(B)338.57º69.23%71.37%-
XYZ23.0513.7113.74-
YUV98.8129.24187.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=53.69%
G=16.52%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825610100.690.450.29338.5752.9446.67
HexB638650452D1D153352f
Octal26670145010555355236557
Binary1011011011100011001010100010110110111101101010011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63865; }

 p { color: rgb(182,56,101); }

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

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

 a { background-color: rgb(182,56,101); }

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

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

 span { border-color: rgb(182,56,101); }

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