#B13669

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

Shades of Rouge #B13669

Tints of Rouge #B13669

Color information

#B13669 (or 0xB13669) is unknown color: approx Rouge. HEX triplet: B1, 36 and 69. RGB value is (177,54,105). Sum of RGB (Red+Green+Blue) = 177+54+105=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13669 is #4EC996. Grayscale: #606060. Windows color (decimal): -5163415 or 6895281. OLE color: 6895281.

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

Color convert

RGB17754105-
CMYK00.690.410.31
HSL335.12º53.25%45.29%-
HSV(B)335.12º69.49%69.41%-
XYZ2213.0114.72-
YUV96.59132.75185.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.68%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 105 (41.41% from 255) = 31.25%
R=52.68%
G=16.07%
B=31.25%

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
Decimal1775410500.690.410.31335.1253.2545.29
HexB13669045291F14f352d
Octal26166151010551375176555
Binary1011000111011011010010100010110100111111101001111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13669; }

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

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

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

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

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

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

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

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