#B13866

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

Shades of Rouge #B13866

Tints of Rouge #B13866

Color information

#B13866 (or 0xB13866) is unknown color: approx Rouge. HEX triplet: B1, 38 and 66. RGB value is (177,56,102). Sum of RGB (Red+Green+Blue) = 177+56+102=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13866 is #4EC799. Grayscale: #616161. Windows color (decimal): -5162906 or 6699185. OLE color: 6699185.

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

Color convert

RGB17756102-
CMYK00.680.420.31
HSL337.19º51.93%45.69%-
HSV(B)337.19º68.36%69.41%-
XYZ21.9413.1313.95-
YUV97.42130.59184.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=52.84%
G=16.72%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775610200.680.420.31337.1951.9345.69
HexB138660442A1F151342e
Octal26170146010452375216456
Binary1011000111100011001100100010010101011111101010001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13866; }

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

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

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

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

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

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

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

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