#B6356C

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

Shades of Rouge #B6356C

Tints of Rouge #B6356C

Color information

#B6356C (or 0xB6356C) is unknown color: approx Rouge. HEX triplet: B6, 35 and 6C. RGB value is (182,53,108). Sum of RGB (Red+Green+Blue) = 182+53+108=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6356C is #49CA93. Grayscale: #616161. Windows color (decimal): -4835988 or 7091638. OLE color: 7091638.

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

Color convert

RGB18253108-
CMYK00.710.410.29
HSL334.42º54.89%46.08%-
HSV(B)334.42º70.88%71.37%-
XYZ23.2713.5715.58-
YUV97.84133.74188.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.06%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=53.06%
G=15.45%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825310800.710.410.29334.4254.8946.08
HexB6356C047291D14e372e
Octal26665154010751355166756
Binary1011011011010111011000100011110100111101101001110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6356C; }

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

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

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

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

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

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

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

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