#B13D6B

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

Shades of Rouge #B13D6B

Tints of Rouge #B13D6B

Color information

#B13D6B (or 0xB13D6B) is unknown color: approx Rouge. HEX triplet: B1, 3D and 6B. RGB value is (177,61,107). Sum of RGB (Red+Green+Blue) = 177+61+107=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D6B is #4EC294. Grayscale: #646464. Windows color (decimal): -5161621 or 7028145. OLE color: 7028145.

HSL color Cylindrical-coordinate representation of color #B13D6B: hue angle of 336.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D6B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB17761107-
CMYK00.660.400.31
HSL336.21º48.74%46.67%-
HSV(B)336.21º65.54%69.41%-
XYZ22.4513.7515.38-
YUV100.93131.43182.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=51.30%
G=17.68%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776110700.660.400.31336.2148.7446.67
HexB13D6B042281F150312f
Octal26175153010250375206157
Binary1011000111110111010110100001010100011111101010000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D6B; }

 p { color: rgb(177,61,107); }

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

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

 a { background-color: rgb(177,61,107); }

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

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

 span { border-color: rgb(177,61,107); }

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