#B6336B

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

Shades of Rouge #B6336B

Tints of Rouge #B6336B

Color information

#B6336B (or 0xB6336B) is unknown color: approx Rouge. HEX triplet: B6, 33 and 6B. RGB value is (182,51,107). Sum of RGB (Red+Green+Blue) = 182+51+107=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6336B is #49CC94. Grayscale: #606060. Windows color (decimal): -4836501 or 7025590. OLE color: 7025590.

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

Color convert

RGB18251107-
CMYK00.720.410.29
HSL334.35º56.22%45.69%-
HSV(B)334.35º71.98%71.37%-
XYZ23.1313.3715.27-
YUV96.55133.9188.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=53.53%
G=15%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825110700.720.410.29334.3556.2245.69
HexB6336B048291D14e382e
Octal26663153011051355167056
Binary1011011011001111010110100100010100111101101001110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6336B; }

 p { color: rgb(182,51,107); }

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

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

 a { background-color: rgb(182,51,107); }

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

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

 span { border-color: rgb(182,51,107); }

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