#B13C68

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

Shades of Rouge #B13C68

Tints of Rouge #B13C68

Color information

#B13C68 (or 0xB13C68) is unknown color: approx Rouge. HEX triplet: B1, 3C and 68. RGB value is (177,60,104). Sum of RGB (Red+Green+Blue) = 177+60+104=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C68 is #4EC397. Grayscale: #636363. Windows color (decimal): -5161880 or 6831281. OLE color: 6831281.

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

Color convert

RGB17760104-
CMYK00.660.410.31
HSL337.44º49.37%46.47%-
HSV(B)337.44º66.1%69.41%-
XYZ22.2513.5814.55-
YUV100130.26182.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 60 (23.83% from 255) = 17.60%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=51.91%
G=17.60%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776010400.660.410.31337.4449.3746.47
HexB13C68042291F151312e
Octal26174150010251375216156
Binary1011000111110011010000100001010100111111101010001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C68; }

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

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

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

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

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

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

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

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