#B13C6F

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

Shades of Rouge #B13C6F

Tints of Rouge #B13C6F

Color information

#B13C6F (or 0xB13C6F) is unknown color: approx Rouge. HEX triplet: B1, 3C and 6F. RGB value is (177,60,111). Sum of RGB (Red+Green+Blue) = 177+60+111=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C6F is #4EC390. Grayscale: #646464. Windows color (decimal): -5161873 or 7290033. OLE color: 7290033.

HSL color Cylindrical-coordinate representation of color #B13C6F: hue angle of 333.85º 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 #B13C6F is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17760111-
CMYK00.660.370.31
HSL333.85º49.37%46.47%-
HSV(B)333.85º66.1%69.41%-
XYZ22.6213.7316.5-
YUV100.8133.76182.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=50.86%
G=17.24%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776011100.660.370.31333.8549.3746.47
HexB13C6F042251F14e312e
Octal26174157010245375166156
Binary1011000111110011011110100001010010111111101001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C6F; }

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

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

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

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

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

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

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

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