#B1386C

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

Shades of Rouge #B1386C

Tints of Rouge #B1386C

Color information

#B1386C (or 0xB1386C) is unknown color: approx Rouge. HEX triplet: B1, 38 and 6C. RGB value is (177,56,108). Sum of RGB (Red+Green+Blue) = 177+56+108=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1386C is #4EC793. Grayscale: #626262. Windows color (decimal): -5162900 or 7092401. OLE color: 7092401.

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

Color convert

RGB17756108-
CMYK00.680.390.31
HSL334.21º51.93%45.69%-
HSV(B)334.21º68.36%69.41%-
XYZ22.2513.2615.57-
YUV98.11133.59184.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 56 (22.27% from 255) = 16.42%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=51.91%
G=16.42%
B=31.67%

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
Decimal1775610800.680.390.31334.2151.9345.69
HexB1386C044271F14e342e
Octal26170154010447375166456
Binary1011000111100011011000100010010011111111101001110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1386C; }

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

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

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

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

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

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

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

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