#B12E60

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

Shades of Rouge #B12E60

Tints of Rouge #B12E60

Color information

#B12E60 (or 0xB12E60) is unknown color: approx Rouge. HEX triplet: B1, 2E and 60. RGB value is (177,46,96). Sum of RGB (Red+Green+Blue) = 177+46+96=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E60 is #4ED19F. Grayscale: #5A5A5A. Windows color (decimal): -5165472 or 6303409. OLE color: 6303409.

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

Color convert

RGB1774696-
CMYK00.740.460.31
HSL337.1º58.74%43.73%-
HSV(B)337.1º74.01%69.41%-
XYZ21.2212.1512.29-
YUV90.87130.9189.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=55.49%
G=14.42%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177469600.740.460.31337.158.7443.73
HexB12E6004A2E1F1513b2c
Octal26156140011256375217354
Binary1011000110111011000000100101010111011111101010001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12E60; }

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

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

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

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

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

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

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

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