#B63264

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

Shades of Rouge #B63264

Tints of Rouge #B63264

Color information

#B63264 (or 0xB63264) is unknown color: approx Rouge. HEX triplet: B6, 32 and 64. RGB value is (182,50,100). Sum of RGB (Red+Green+Blue) = 182+50+100=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B63264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63264 is #49CD9B. Grayscale: #5F5F5F. Windows color (decimal): -4836764 or 6566582. OLE color: 6566582.

HSL color Cylindrical-coordinate representation of color #B63264: hue angle of 337.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63264 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18250100-
CMYK00.730.450.29
HSL337.27º56.9%45.49%-
HSV(B)337.27º72.53%71.37%-
XYZ22.7313.1513.4-
YUV95.17130.73189.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=54.82%
G=15.06%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825010000.730.450.29337.2756.945.49
HexB632640492D1D151392d
Octal26662144011155355217155
Binary1011011011001011001000100100110110111101101010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63264; }

 p { color: rgb(182,50,100); }

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

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

 a { background-color: rgb(182,50,100); }

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

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

 span { border-color: rgb(182,50,100); }

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