#B13C6E

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

Shades of Rouge #B13C6E

Tints of Rouge #B13C6E

Color information

#B13C6E (or 0xB13C6E) is unknown color: approx Rouge. HEX triplet: B1, 3C and 6E. RGB value is (177,60,110). Sum of RGB (Red+Green+Blue) = 177+60+110=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C6E is #4EC391. Grayscale: #646464. Windows color (decimal): -5161874 or 7224497. OLE color: 7224497.

HSL color Cylindrical-coordinate representation of color #B13C6E: hue angle of 334.36º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C6E is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17760110-
CMYK00.660.380.31
HSL334.36º49.37%46.47%-
HSV(B)334.36º66.1%69.41%-
XYZ22.5613.716.21-
YUV100.68133.26182.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=51.01%
G=17.29%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776011000.660.380.31334.3649.3746.47
HexB13C6E042261F14e312e
Octal26174156010246375166156
Binary1011000111110011011100100001010011011111101001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C6E; }

 p { color: rgb(177,60,110); }

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

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

 a { background-color: rgb(177,60,110); }

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

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

 span { border-color: rgb(177,60,110); }

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