#B1356C

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

Shades of Rouge #B1356C

Tints of Rouge #B1356C

Color information

#B1356C (or 0xB1356C) is unknown color: approx Rouge. HEX triplet: B1, 35 and 6C. RGB value is (177,53,108). Sum of RGB (Red+Green+Blue) = 177+53+108=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1356C is #4ECA93. Grayscale: #606060. Windows color (decimal): -5163668 or 7091633. OLE color: 7091633.

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

Color convert

RGB17753108-
CMYK00.700.390.31
HSL333.39º53.91%45.1%-
HSV(B)333.39º70.06%69.41%-
XYZ22.1112.9815.53-
YUV96.35134.58185.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 53 (21.09% from 255) = 15.68%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=52.37%
G=15.68%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775310800.700.390.31333.3953.9145.1
HexB1356C046271F14d362d
Octal26165154010647375156655
Binary1011000111010111011000100011010011111111101001101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1356C; }

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

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

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

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

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

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

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

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