#B12E63

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

Shades of Rouge #B12E63

Tints of Rouge #B12E63

Color information

#B12E63 (or 0xB12E63) is unknown color: approx Rouge. HEX triplet: B1, 2E and 63. RGB value is (177,46,99). Sum of RGB (Red+Green+Blue) = 177+46+99=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E63 is #4ED19C. Grayscale: #5B5B5B. Windows color (decimal): -5165469 or 6500017. OLE color: 6500017.

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

Color convert

RGB1774699-
CMYK00.740.440.31
HSL335.73º58.74%43.73%-
HSV(B)335.73º74.01%69.41%-
XYZ21.3612.213.03-
YUV91.21132.4189.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 46 (18.36% from 255) = 14.29%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=54.97%
G=14.29%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177469900.740.440.31335.7358.7443.73
HexB12E6304A2C1F1503b2c
Octal26156143011254375207354
Binary1011000110111011000110100101010110011111101010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E63; }

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

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

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

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

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

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

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

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