#B1396D

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

Shades of Rouge #B1396D

Tints of Rouge #B1396D

Color information

#B1396D (or 0xB1396D) is unknown color: approx Rouge. HEX triplet: B1, 39 and 6D. RGB value is (177,57,109). Sum of RGB (Red+Green+Blue) = 177+57+109=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B1396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1396D is #4EC692. Grayscale: #626262. Windows color (decimal): -5162643 or 7158193. OLE color: 7158193.

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

Color convert

RGB17757109-
CMYK00.680.380.31
HSL334º51.28%45.88%-
HSV(B)334º67.8%69.41%-
XYZ22.3513.3815.87-
YUV98.81133.76183.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=51.60%
G=16.62%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775710900.680.380.3133451.2845.88
HexB1396D044261F14e332e
Octal26171155010446375166356
Binary1011000111100111011010100010010011011111101001110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1396D; }

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

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

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

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

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

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

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

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