#B13060

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

Shades of Rouge #B13060

Tints of Rouge #B13060

Color information

#B13060 (or 0xB13060) is unknown color: approx Rouge. HEX triplet: B1, 30 and 60. RGB value is (177,48,96). Sum of RGB (Red+Green+Blue) = 177+48+96=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B13060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13060 is #4ECF9F. Grayscale: #5B5B5B. Windows color (decimal): -5164960 or 6303921. OLE color: 6303921.

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

Color convert

RGB1774896-
CMYK00.730.460.31
HSL337.67º57.33%44.12%-
HSV(B)337.67º72.88%69.41%-
XYZ21.312.3112.32-
YUV92.04130.24188.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 48 (19.14% from 255) = 14.95%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=55.14%
G=14.95%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177489600.730.460.31337.6757.3344.12
HexB130600492E1F152392c
Octal26160140011156375227154
Binary1011000111000011000000100100110111011111101010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13060; }

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

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

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

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

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

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

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

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