#B1356A

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

Shades of Rouge #B1356A

Tints of Rouge #B1356A

Color information

#B1356A (or 0xB1356A) is unknown color: approx Rouge. HEX triplet: B1, 35 and 6A. RGB value is (177,53,106). Sum of RGB (Red+Green+Blue) = 177+53+106=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1356A is #4ECA95. Grayscale: #606060. Windows color (decimal): -5163670 or 6960561. OLE color: 6960561.

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

Color convert

RGB17753106-
CMYK00.700.400.31
HSL334.35º53.91%45.1%-
HSV(B)334.35º70.06%69.41%-
XYZ22.0112.9314.97-
YUV96.12133.58185.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 53 (21.09% from 255) = 15.77%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=52.68%
G=15.77%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775310600.700.400.31334.3553.9145.1
HexB1356A046281F14e362d
Octal26165152010650375166655
Binary1011000111010111010100100011010100011111101001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1356A; }

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

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

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

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

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

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

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

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