#B13F60

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

Shades of Rouge #B13F60

Tints of Rouge #B13F60

Color information

#B13F60 (or 0xB13F60) is unknown color: approx Rouge. HEX triplet: B1, 3F and 60. RGB value is (177,63,96). Sum of RGB (Red+Green+Blue) = 177+63+96=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F60 is #4EC09F. Grayscale: #646464. Windows color (decimal): -5161120 or 6307761. OLE color: 6307761.

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

Color convert

RGB1776396-
CMYK00.640.460.31
HSL342.63º47.5%47.06%-
HSV(B)342.63º64.41%69.41%-
XYZ22.0213.7512.56-
YUV100.85125.27182.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=52.68%
G=18.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177639600.640.460.31342.6347.547.06
HexB13F600402E1F157302f
Octal26177140010056375276057
Binary1011000111111111000000100000010111011111101010111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F60; }

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

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

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

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

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

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

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

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