#B1265F

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

Shades of Rouge #B1265F

Tints of Rouge #B1265F

Color information

#B1265F (or 0xB1265F) is unknown color: approx Rouge. HEX triplet: B1, 26 and 5F. RGB value is (177,38,95). Sum of RGB (Red+Green+Blue) = 177+38+95=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B1265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1265F is #4ED9A0. Grayscale: #555555. Windows color (decimal): -5167521 or 6235825. OLE color: 6235825.

HSL color Cylindrical-coordinate representation of color #B1265F: hue angle of 335.4º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1265F is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1773895-
CMYK00.790.460.31
HSL335.4º64.65%42.16%-
HSV(B)335.4º78.53%69.41%-
XYZ20.8911.5611.96-
YUV86.06133.05192.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=57.10%
G=12.26%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177389500.790.460.31335.464.6542.16
HexB1265F04F2E1F14f412a
Octal261461370117563751710152
Binary10110001100110101111101001111101110111111010011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1265F; }

 p { color: rgb(177,38,95); }

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

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

 a { background-color: rgb(177,38,95); }

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

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

 span { border-color: rgb(177,38,95); }

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