#B1396B

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

Shades of Rouge #B1396B

Tints of Rouge #B1396B

Color information

#B1396B (or 0xB1396B) is unknown color: approx Rouge. HEX triplet: B1, 39 and 6B. RGB value is (177,57,107). Sum of RGB (Red+Green+Blue) = 177+57+107=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1396B is #4EC694. Grayscale: #626262. Windows color (decimal): -5162645 or 7027121. OLE color: 7027121.

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

Color convert

RGB17757107-
CMYK00.680.400.31
HSL335º51.28%45.88%-
HSV(B)335º67.8%69.41%-
XYZ22.2513.3315.31-
YUV98.58132.76183.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 57 (22.66% from 255) = 16.72%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=51.91%
G=16.72%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775710700.680.400.3133551.2845.88
HexB1396B044281F14f332e
Octal26171153010450375176356
Binary1011000111100111010110100010010100011111101001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1396B; }

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

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

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

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

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

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

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

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