#B13868

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

Shades of Rouge #B13868

Tints of Rouge #B13868

Color information

#B13868 (or 0xB13868) is unknown color: approx Rouge. HEX triplet: B1, 38 and 68. RGB value is (177,56,104). Sum of RGB (Red+Green+Blue) = 177+56+104=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B13868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13868 is #4EC797. Grayscale: #616161. Windows color (decimal): -5162904 or 6830257. OLE color: 6830257.

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

Color convert

RGB17756104-
CMYK00.680.410.31
HSL336.2º51.93%45.69%-
HSV(B)336.2º68.36%69.41%-
XYZ22.0413.1714.48-
YUV97.65131.59184.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=52.52%
G=16.62%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775610400.680.410.31336.251.9345.69
HexB13868044291F150342e
Octal26170150010451375206456
Binary1011000111100011010000100010010100111111101010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13868; }

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

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

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

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

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

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

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

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