#B13670

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

Shades of Rouge #B13670

Tints of Rouge #B13670

Color information

#B13670 (or 0xB13670) is unknown color: approx Rouge. HEX triplet: B1, 36 and 70. RGB value is (177,54,112). Sum of RGB (Red+Green+Blue) = 177+54+112=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13670 is #4EC98F. Grayscale: #616161. Windows color (decimal): -5163408 or 7354033. OLE color: 7354033.

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

Color convert

RGB17754112-
CMYK00.690.370.31
HSL331.71º53.25%45.29%-
HSV(B)331.71º69.49%69.41%-
XYZ22.3813.1616.69-
YUV97.39136.25184.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=51.60%
G=15.74%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775411200.690.370.31331.7153.2545.29
HexB13670045251F14c352d
Octal26166160010545375146555
Binary1011000111011011100000100010110010111111101001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13670; }

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

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

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

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

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

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

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

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