#B14160

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

Shades of Rouge #B14160

Tints of Rouge #B14160

Color information

#B14160 (or 0xB14160) is unknown color: approx Rouge. HEX triplet: B1, 41 and 60. RGB value is (177,65,96). Sum of RGB (Red+Green+Blue) = 177+65+96=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B14160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14160 is #4EBE9F. Grayscale: #666666. Windows color (decimal): -5160608 or 6308273. OLE color: 6308273.

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

Color convert

RGB1776596-
CMYK00.630.460.31
HSL343.39º46.28%47.45%-
HSV(B)343.39º63.28%69.41%-
XYZ22.1313.9712.6-
YUV102.02124.61181.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=52.37%
G=19.23%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177659600.630.460.31343.3946.2847.45
HexB1416003F2E1F1572e2f
Octal26110114007756375275657
Binary1011000110000011100000011111110111011111101010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14160; }

 p { color: rgb(177,65,96); }

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

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

 a { background-color: rgb(177,65,96); }

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

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

 span { border-color: rgb(177,65,96); }

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