#B1366F

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

Shades of Rouge #B1366F

Tints of Rouge #B1366F

Color information

#B1366F (or 0xB1366F) is unknown color: approx Rouge. HEX triplet: B1, 36 and 6F. RGB value is (177,54,111). Sum of RGB (Red+Green+Blue) = 177+54+111=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1366F is #4EC990. Grayscale: #616161. Windows color (decimal): -5163409 or 7288497. OLE color: 7288497.

HSL color Cylindrical-coordinate representation of color #B1366F: hue angle of 332.2º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1366F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17754111-
CMYK00.690.370.31
HSL332.2º53.25%45.29%-
HSV(B)332.2º69.49%69.41%-
XYZ22.3213.1316.4-
YUV97.28135.75184.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=51.75%
G=15.79%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775411100.690.370.31332.253.2545.29
HexB1366F045251F14c352d
Octal26166157010545375146555
Binary1011000111011011011110100010110010111111101001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1366F; }

 p { color: rgb(177,54,111); }

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

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

 a { background-color: rgb(177,54,111); }

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

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

 span { border-color: rgb(177,54,111); }

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