#B6336C

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

Shades of Rouge #B6336C

Tints of Rouge #B6336C

Color information

#B6336C (or 0xB6336C) is unknown color: approx Rouge. HEX triplet: B6, 33 and 6C. RGB value is (182,51,108). Sum of RGB (Red+Green+Blue) = 182+51+108=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6336C is #49CC93. Grayscale: #606060. Windows color (decimal): -4836500 or 7091126. OLE color: 7091126.

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

Color convert

RGB18251108-
CMYK00.720.410.29
HSL333.89º56.22%45.69%-
HSV(B)333.89º71.98%71.37%-
XYZ23.1813.415.55-
YUV96.67134.4188.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=53.37%
G=14.96%
B=31.67%

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
Decimal1825110800.720.410.29333.8956.2245.69
HexB6336C048291D14e382e
Octal26663154011051355167056
Binary1011011011001111011000100100010100111101101001110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6336C; }

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

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

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

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

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

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

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

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