#B12D68

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

Shades of Rouge #B12D68

Tints of Rouge #B12D68

Color information

#B12D68 (or 0xB12D68) is unknown color: approx Rouge. HEX triplet: B1, 2D and 68. RGB value is (177,45,104). Sum of RGB (Red+Green+Blue) = 177+45+104=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D68 is #4ED297. Grayscale: #5B5B5B. Windows color (decimal): -5165720 or 6827441. OLE color: 6827441.

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

Color convert

RGB17745104-
CMYK00.750.410.31
HSL333.18º59.46%43.53%-
HSV(B)333.18º74.58%69.41%-
XYZ21.5712.2214.32-
YUV91.19135.23189.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=54.29%
G=13.80%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774510400.750.410.31333.1859.4643.53
HexB12D6804B291F14d3b2c
Octal26155150011351375157354
Binary1011000110110111010000100101110100111111101001101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D68; }

 p { color: rgb(177,45,104); }

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

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

 a { background-color: rgb(177,45,104); }

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

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

 span { border-color: rgb(177,45,104); }

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