#B13F66

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

Shades of Rouge #B13F66

Tints of Rouge #B13F66

Color information

#B13F66 (or 0xB13F66) is unknown color: approx Rouge. HEX triplet: B1, 3F and 66. RGB value is (177,63,102). Sum of RGB (Red+Green+Blue) = 177+63+102=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F66 is #4EC099. Grayscale: #656565. Windows color (decimal): -5161114 or 6700977. OLE color: 6700977.

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

Color convert

RGB17763102-
CMYK00.640.420.31
HSL339.47º47.5%47.06%-
HSV(B)339.47º64.41%69.41%-
XYZ22.3113.8614.07-
YUV101.53128.27181.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=51.75%
G=18.42%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776310200.640.420.31339.4747.547.06
HexB13F660402A1F153302f
Octal26177146010052375236057
Binary1011000111111111001100100000010101011111101010011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F66; }

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

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

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

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

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

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

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

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