#B13660

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

Shades of Rouge #B13660

Tints of Rouge #B13660

Color information

#B13660 (or 0xB13660) is unknown color: approx Rouge. HEX triplet: B1, 36 and 60. RGB value is (177,54,96). Sum of RGB (Red+Green+Blue) = 177+54+96=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B13660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13660 is #4EC99F. Grayscale: #5F5F5F. Windows color (decimal): -5163424 or 6305457. OLE color: 6305457.

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

Color convert

RGB1775496-
CMYK00.690.460.31
HSL339.51º53.25%45.29%-
HSV(B)339.51º69.49%69.41%-
XYZ21.5612.8312.41-
YUV95.56128.25186.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 54 (21.48% from 255) = 16.51%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=54.13%
G=16.51%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177549600.690.460.31339.5153.2545.29
HexB136600452E1F154352d
Octal26166140010556375246555
Binary1011000111011011000000100010110111011111101010100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13660; }

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

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

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

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

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

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

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

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