#B6306C

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

Shades of Rouge #B6306C

Tints of Rouge #B6306C

Color information

#B6306C (or 0xB6306C) is unknown color: approx Rouge. HEX triplet: B6, 30 and 6C. RGB value is (182,48,108). Sum of RGB (Red+Green+Blue) = 182+48+108=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6306C is #49CF93. Grayscale: #5E5E5E. Windows color (decimal): -4837268 or 7090358. OLE color: 7090358.

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

Color convert

RGB18248108-
CMYK00.740.410.29
HSL333.13º58.26%45.1%-
HSV(B)333.13º73.63%71.37%-
XYZ23.0613.1415.51-
YUV94.91135.39190.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=53.85%
G=14.20%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824810800.740.410.29333.1358.2645.1
HexB6306C04A291D14d3a2d
Octal26660154011251355157255
Binary1011011011000011011000100101010100111101101001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6306C; }

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

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

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

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

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

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

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

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