#B13668

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

Shades of Rouge #B13668

Tints of Rouge #B13668

Color information

#B13668 (or 0xB13668) is unknown color: approx Rouge. HEX triplet: B1, 36 and 68. RGB value is (177,54,104). Sum of RGB (Red+Green+Blue) = 177+54+104=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13668 is #4EC997. Grayscale: #606060. Windows color (decimal): -5163416 or 6829745. OLE color: 6829745.

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

Color convert

RGB17754104-
CMYK00.690.410.31
HSL335.61º53.25%45.29%-
HSV(B)335.61º69.49%69.41%-
XYZ21.9512.9814.45-
YUV96.48132.25185.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=52.84%
G=16.12%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775410400.690.410.31335.6153.2545.29
HexB13668045291F150352d
Octal26166150010551375206555
Binary1011000111011011010000100010110100111111101010000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13668; }

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

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

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

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

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

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

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

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