#B13E6C

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

Shades of Rouge #B13E6C

Tints of Rouge #B13E6C

Color information

#B13E6C (or 0xB13E6C) is unknown color: approx Rouge. HEX triplet: B1, 3E and 6C. RGB value is (177,62,108). Sum of RGB (Red+Green+Blue) = 177+62+108=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E6C is #4EC193. Grayscale: #656565. Windows color (decimal): -5161364 or 7093937. OLE color: 7093937.

HSL color Cylindrical-coordinate representation of color #B13E6C: hue angle of 336º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E6C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17762108-
CMYK00.650.390.31
HSL336º48.12%46.86%-
HSV(B)336º64.97%69.41%-
XYZ22.5613.8815.68-
YUV101.63131.6181.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 62 (24.61% from 255) = 17.87%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=51.01%
G=17.87%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776210800.650.390.3133648.1246.86
HexB13E6C041271F150302f
Octal26176154010147375206057
Binary1011000111111011011000100000110011111111101010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E6C; }

 p { color: rgb(177,62,108); }

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

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

 a { background-color: rgb(177,62,108); }

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

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

 span { border-color: rgb(177,62,108); }

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