#B13965

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

Shades of Rouge #B13965

Tints of Rouge #B13965

Color information

#B13965 (or 0xB13965) is unknown color: approx Rouge. HEX triplet: B1, 39 and 65. RGB value is (177,57,101). Sum of RGB (Red+Green+Blue) = 177+57+101=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B13965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13965 is #4EC69A. Grayscale: #616161. Windows color (decimal): -5162651 or 6633905. OLE color: 6633905.

HSL color Cylindrical-coordinate representation of color #B13965: hue angle of 338º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13965 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17757101-
CMYK00.680.430.31
HSL338º51.28%45.88%-
HSV(B)338º67.8%69.41%-
XYZ21.9413.2113.71-
YUV97.9129.76184.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=52.84%
G=17.01%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775710100.680.430.3133851.2845.88
HexB139650442B1F152332e
Octal26171145010453375226356
Binary1011000111100111001010100010010101111111101010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13965; }

 p { color: rgb(177,57,101); }

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

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

 a { background-color: rgb(177,57,101); }

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

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

 span { border-color: rgb(177,57,101); }

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