#B1356B

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

Shades of Rouge #B1356B

Tints of Rouge #B1356B

Color information

#B1356B (or 0xB1356B) is unknown color: approx Rouge. HEX triplet: B1, 35 and 6B. RGB value is (177,53,107). Sum of RGB (Red+Green+Blue) = 177+53+107=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1356B is #4ECA94. Grayscale: #606060. Windows color (decimal): -5163669 or 7026097. OLE color: 7026097.

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

Color convert

RGB17753107-
CMYK00.700.400.31
HSL333.87º53.91%45.1%-
HSV(B)333.87º70.06%69.41%-
XYZ22.0612.9515.25-
YUV96.23134.08185.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 53 (21.09% from 255) = 15.73%
BLUE value IS 107 (42.19% from 255) = 31.75%
R=52.52%
G=15.73%
B=31.75%

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
Decimal1775310700.700.400.31333.8753.9145.1
HexB1356B046281F14e362d
Octal26165153010650375166655
Binary1011000111010111010110100011010100011111101001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1356B; }

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

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

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

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

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

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

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

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