#B13062

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

Shades of Rouge #B13062

Tints of Rouge #B13062

Color information

#B13062 (or 0xB13062) is unknown color: approx Rouge. HEX triplet: B1, 30 and 62. RGB value is (177,48,98). Sum of RGB (Red+Green+Blue) = 177+48+98=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B13062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13062 is #4ECF9D. Grayscale: #5C5C5C. Windows color (decimal): -5164958 or 6434993. OLE color: 6434993.

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

Color convert

RGB1774898-
CMYK00.730.450.31
HSL336.74º57.33%44.12%-
HSV(B)336.74º72.88%69.41%-
XYZ21.3912.3412.81-
YUV92.27131.24188.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.80%
GREEN value IS 48 (19.14% from 255) = 14.86%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=54.80%
G=14.86%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177489800.730.450.31336.7457.3344.12
HexB130620492D1F151392c
Octal26160142011155375217154
Binary1011000111000011000100100100110110111111101010001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13062; }

 p { color: rgb(177,48,98); }

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

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

 a { background-color: rgb(177,48,98); }

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

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

 span { border-color: rgb(177,48,98); }

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