#B12B6B

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

Shades of Rouge #B12B6B

Tints of Rouge #B12B6B

Color information

#B12B6B (or 0xB12B6B) is unknown color: approx Rouge. HEX triplet: B1, 2B and 6B. RGB value is (177,43,107). Sum of RGB (Red+Green+Blue) = 177+43+107=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12B6B is #4ED494. Grayscale: #5A5A5A. Windows color (decimal): -5166229 or 7023537. OLE color: 7023537.

HSL color Cylindrical-coordinate representation of color #B12B6B: hue angle of 331.34º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12B6B is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17743107-
CMYK00.760.400.31
HSL331.34º60.91%43.14%-
HSV(B)331.34º75.71%69.41%-
XYZ21.6512.1415.11-
YUV90.36137.39189.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=54.13%
G=13.15%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774310700.760.400.31331.3460.9143.14
HexB12B6B04C281F14b3d2b
Octal26153153011450375137553
Binary1011000110101111010110100110010100011111101001011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B6B; }

 p { color: rgb(177,43,107); }

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

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

 a { background-color: rgb(177,43,107); }

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

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

 span { border-color: rgb(177,43,107); }

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