#B12563

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

Shades of Rouge #B12563

Tints of Rouge #B12563

Color information

#B12563 (or 0xB12563) is unknown color: approx Rouge. HEX triplet: B1, 25 and 63. RGB value is (177,37,99). Sum of RGB (Red+Green+Blue) = 177+37+99=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12563 is #4EDA9C. Grayscale: #555555. Windows color (decimal): -5167773 or 6497713. OLE color: 6497713.

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

Color convert

RGB1773799-
CMYK00.790.440.31
HSL333.43º65.42%41.96%-
HSV(B)333.43º79.1%69.41%-
XYZ21.0511.5712.93-
YUV85.93135.38192.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 99 (39.06% from 255) = 31.63%
R=56.55%
G=11.82%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177379900.790.440.31333.4365.4241.96
HexB1256304F2C1F14d412a
Octal261451430117543751510152
Binary10110001100101110001101001111101100111111010011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12563; }

 p { color: rgb(177,37,99); }

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

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

 a { background-color: rgb(177,37,99); }

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

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

 span { border-color: rgb(177,37,99); }

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