#B1305B

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

Shades of Rouge #B1305B

Tints of Rouge #B1305B

Color information

#B1305B (or 0xB1305B) is unknown color: approx Rouge. HEX triplet: B1, 30 and 5B. RGB value is (177,48,91). Sum of RGB (Red+Green+Blue) = 177+48+91=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1305B is #4ECFA4. Grayscale: #5B5B5B. Windows color (decimal): -5164965 or 5976241. OLE color: 5976241.

HSL color Cylindrical-coordinate representation of color #B1305B: hue angle of 340º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1305B is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1774891-
CMYK00.730.490.31
HSL340º57.33%44.12%-
HSV(B)340º72.88%69.41%-
XYZ21.0812.2211.14-
YUV91.47127.74189-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=56.01%
G=15.19%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177489100.730.490.3134057.3344.12
HexB1305B049311F154392c
Octal26160133011161375247154
Binary1011000111000010110110100100111000111111101010100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1305B; }

 p { color: rgb(177,48,91); }

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

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

 a { background-color: rgb(177,48,91); }

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

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

 span { border-color: rgb(177,48,91); }

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