#B63263

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

Shades of Rouge #B63263

Tints of Rouge #B63263

Color information

#B63263 (or 0xB63263) is unknown color: approx Rouge. HEX triplet: B6, 32 and 63. RGB value is (182,50,99). Sum of RGB (Red+Green+Blue) = 182+50+99=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63263 is #49CD9C. Grayscale: #5E5E5E. Windows color (decimal): -4836765 or 6501046. OLE color: 6501046.

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

Color convert

RGB1825099-
CMYK00.730.460.29
HSL337.73º56.9%45.49%-
HSV(B)337.73º72.53%71.37%-
XYZ22.6813.1313.14-
YUV95.05130.23190.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.98%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=54.98%
G=15.11%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182509900.730.460.29337.7356.945.49
HexB632630492E1D152392d
Octal26662143011156355227155
Binary1011011011001011000110100100110111011101101010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63263; }

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

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

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

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

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

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

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

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