#B1366A

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

Shades of Rouge #B1366A

Tints of Rouge #B1366A

Color information

#B1366A (or 0xB1366A) is unknown color: approx Rouge. HEX triplet: B1, 36 and 6A. RGB value is (177,54,106). Sum of RGB (Red+Green+Blue) = 177+54+106=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1366A is #4EC995. Grayscale: #606060. Windows color (decimal): -5163414 or 6960817. OLE color: 6960817.

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

Color convert

RGB17754106-
CMYK00.690.400.31
HSL334.63º53.25%45.29%-
HSV(B)334.63º69.49%69.41%-
XYZ22.0513.0314.99-
YUV96.7133.25185.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 54 (21.48% from 255) = 16.02%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=52.52%
G=16.02%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775410600.690.400.31334.6353.2545.29
HexB1366A045281F14f352d
Octal26166152010550375176555
Binary1011000111011011010100100010110100011111101001111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1366A; }

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

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

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

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

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

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

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

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