#B13E60

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

Shades of Rouge #B13E60

Tints of Rouge #B13E60

Color information

#B13E60 (or 0xB13E60) is unknown color: approx Rouge. HEX triplet: B1, 3E and 60. RGB value is (177,62,96). Sum of RGB (Red+Green+Blue) = 177+62+96=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E60 is #4EC19F. Grayscale: #646464. Windows color (decimal): -5161376 or 6307505. OLE color: 6307505.

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

Color convert

RGB1776296-
CMYK00.650.460.31
HSL342.26º48.12%46.86%-
HSV(B)342.26º64.97%69.41%-
XYZ21.9713.6412.54-
YUV100.26125.6182.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 62 (24.61% from 255) = 18.51%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=52.84%
G=18.51%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177629600.650.460.31342.2648.1246.86
HexB13E600412E1F156302f
Octal26176140010156375266057
Binary1011000111111011000000100000110111011111101010110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E60; }

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

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

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

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

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

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

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

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