#B6346A

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

Shades of Rouge #B6346A

Tints of Rouge #B6346A

Color information

#B6346A (or 0xB6346A) is unknown color: approx Rouge. HEX triplet: B6, 34 and 6A. RGB value is (182,52,106). Sum of RGB (Red+Green+Blue) = 182+52+106=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6346A is #49CB95. Grayscale: #606060. Windows color (decimal): -4836246 or 6960310. OLE color: 6960310.

HSL color Cylindrical-coordinate representation of color #B6346A: hue angle of 335.08º degrees, saturation: 0.56, 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 #B6346A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18252106-
CMYK00.710.420.29
HSL335.08º55.56%45.88%-
HSV(B)335.08º71.43%71.37%-
XYZ23.1213.4415.01-
YUV97.03133.07188.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.53%
GREEN value IS 52 (20.70% from 255) = 15.29%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=53.53%
G=15.29%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825210600.710.420.29335.0855.5645.88
HexB6346A0472A1D14f382e
Octal26664152010752355177056
Binary1011011011010011010100100011110101011101101001111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6346A; }

 p { color: rgb(182,52,106); }

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

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

 a { background-color: rgb(182,52,106); }

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

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

 span { border-color: rgb(182,52,106); }

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