#B1396C

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

Shades of Rouge #B1396C

Tints of Rouge #B1396C

Color information

#B1396C (or 0xB1396C) is unknown color: approx Rouge. HEX triplet: B1, 39 and 6C. RGB value is (177,57,108). Sum of RGB (Red+Green+Blue) = 177+57+108=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1396C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1396C is #4EC693. Grayscale: #626262. Windows color (decimal): -5162644 or 7092657. OLE color: 7092657.

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

Color convert

RGB17757108-
CMYK00.680.390.31
HSL334.5º51.28%45.88%-
HSV(B)334.5º67.8%69.41%-
XYZ22.313.3615.59-
YUV98.69133.26183.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=51.75%
G=16.67%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775710800.680.390.31334.551.2845.88
HexB1396C044271F14e332e
Octal26171154010447375166356
Binary1011000111100111011000100010010011111111101001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1396C; }

 p { color: rgb(177,57,108); }

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

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

 a { background-color: rgb(177,57,108); }

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

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

 span { border-color: rgb(177,57,108); }

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