#B12664

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

Shades of Rouge #B12664

Tints of Rouge #B12664

Color information

#B12664 (or 0xB12664) is unknown color: approx Rouge. HEX triplet: B1, 26 and 64. RGB value is (177,38,100). Sum of RGB (Red+Green+Blue) = 177+38+100=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12664 is #4ED99B. Grayscale: #565656. Windows color (decimal): -5167516 or 6563505. OLE color: 6563505.

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

Color convert

RGB17738100-
CMYK00.790.440.31
HSL333.24º64.65%42.16%-
HSV(B)333.24º78.53%69.41%-
XYZ21.1211.6513.19-
YUV86.63135.55192.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 38 (15.23% from 255) = 12.06%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=56.19%
G=12.06%
B=31.75%

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
Decimal1773810000.790.440.31333.2464.6542.16
HexB1266404F2C1F14d412a
Octal261461440117543751510152
Binary10110001100110110010001001111101100111111010011011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12664; }

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

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

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

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

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

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

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

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