#B13C6A

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

Shades of Rouge #B13C6A

Tints of Rouge #B13C6A

Color information

#B13C6A (or 0xB13C6A) is unknown color: approx Rouge. HEX triplet: B1, 3C and 6A. RGB value is (177,60,106). Sum of RGB (Red+Green+Blue) = 177+60+106=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C6A is #4EC395. Grayscale: #646464. Windows color (decimal): -5161878 or 6962353. OLE color: 6962353.

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

Color convert

RGB17760106-
CMYK00.660.400.31
HSL336.41º49.37%46.47%-
HSV(B)336.41º66.1%69.41%-
XYZ22.3513.6215.09-
YUV100.23131.26182.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.60%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=51.60%
G=17.49%
B=30.90%

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
Decimal1776010600.660.400.31336.4149.3746.47
HexB13C6A042281F150312e
Octal26174152010250375206156
Binary1011000111110011010100100001010100011111101010000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C6A; }

 p { color: rgb(177,60,106); }

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

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

 a { background-color: rgb(177,60,106); }

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

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

 span { border-color: rgb(177,60,106); }

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