#B12E62

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

Shades of Rouge #B12E62

Tints of Rouge #B12E62

Color information

#B12E62 (or 0xB12E62) is unknown color: approx Rouge. HEX triplet: B1, 2E and 62. RGB value is (177,46,98). Sum of RGB (Red+Green+Blue) = 177+46+98=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E62 is #4ED19D. Grayscale: #5B5B5B. Windows color (decimal): -5165470 or 6434481. OLE color: 6434481.

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

Color convert

RGB1774698-
CMYK00.740.450.31
HSL336.18º58.74%43.73%-
HSV(B)336.18º74.01%69.41%-
XYZ21.3112.1812.78-
YUV91.1131.9189.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=55.14%
G=14.33%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177469800.740.450.31336.1858.7443.73
HexB12E6204A2D1F1503b2c
Octal26156142011255375207354
Binary1011000110111011000100100101010110111111101010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E62; }

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

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

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

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

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

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

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

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