#B12766

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

Shades of Rouge #B12766

Tints of Rouge #B12766

Color information

#B12766 (or 0xB12766) is unknown color: approx Rouge. HEX triplet: B1, 27 and 66. RGB value is (177,39,102). Sum of RGB (Red+Green+Blue) = 177+39+102=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B12766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12766 is #4ED899. Grayscale: #575757. Windows color (decimal): -5167258 or 6694833. OLE color: 6694833.

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

Color convert

RGB17739102-
CMYK00.780.420.31
HSL332.61º63.89%42.35%-
HSV(B)332.61º77.97%69.41%-
XYZ21.2611.7613.72-
YUV87.44136.22191.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 39 (15.62% from 255) = 12.26%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=55.66%
G=12.26%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773910200.780.420.31332.6163.8942.35
HexB1276604E2A1F14d402a
Octal261471460116523751510052
Binary10110001100111110011001001110101010111111010011011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12766; }

 p { color: rgb(177,39,102); }

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

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

 a { background-color: rgb(177,39,102); }

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

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

 span { border-color: rgb(177,39,102); }

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