#B13772

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

Shades of Rouge #B13772

Tints of Rouge #B13772

Color information

#B13772 (or 0xB13772) is unknown color: approx Rouge. HEX triplet: B1, 37 and 72. RGB value is (177,55,114). Sum of RGB (Red+Green+Blue) = 177+55+114=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13772 is #4EC88D. Grayscale: #626262. Windows color (decimal): -5163150 or 7485361. OLE color: 7485361.

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

Color convert

RGB17755114-
CMYK00.690.360.31
HSL330.98º52.59%45.49%-
HSV(B)330.98º68.93%69.41%-
XYZ22.5313.2917.3-
YUV98.2136.92184.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=51.16%
G=15.90%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775511400.690.360.31330.9852.5945.49
HexB13772045241F14b352d
Octal26167162010544375136555
Binary1011000111011111100100100010110010011111101001011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13772; }

 p { color: rgb(177,55,114); }

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

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

 a { background-color: rgb(177,55,114); }

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

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

 span { border-color: rgb(177,55,114); }

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