#B12668

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

Shades of Rouge #B12668

Tints of Rouge #B12668

Color information

#B12668 (or 0xB12668) is unknown color: approx Rouge. HEX triplet: B1, 26 and 68. RGB value is (177,38,104). Sum of RGB (Red+Green+Blue) = 177+38+104=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12668 is #4ED997. Grayscale: #565656. Windows color (decimal): -5167512 or 6825649. OLE color: 6825649.

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

Color convert

RGB17738104-
CMYK00.790.410.31
HSL331.51º64.65%42.16%-
HSV(B)331.51º78.53%69.41%-
XYZ21.3211.7314.24-
YUV87.08137.55192.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=55.49%
G=11.91%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773810400.790.410.31331.5164.6542.16
HexB1266804F291F14c412a
Octal261461500117513751410152
Binary10110001100110110100001001111101001111111010011001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12668; }

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

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

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

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

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

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

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

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