#B14161

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

Shades of Rouge #B14161

Tints of Rouge #B14161

Color information

#B14161 (or 0xB14161) is unknown color: approx Rouge. HEX triplet: B1, 41 and 61. RGB value is (177,65,97). Sum of RGB (Red+Green+Blue) = 177+65+97=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B14161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14161 is #4EBE9E. Grayscale: #666666. Windows color (decimal): -5160607 or 6373809. OLE color: 6373809.

HSL color Cylindrical-coordinate representation of color #B14161: hue angle of 342.86º 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 #B14161 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1776597-
CMYK00.630.450.31
HSL342.86º46.28%47.45%-
HSV(B)342.86º63.28%69.41%-
XYZ22.1813.9912.84-
YUV102.14125.11181.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=52.21%
G=19.17%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177659700.630.450.31342.8646.2847.45
HexB1416103F2D1F1572e2f
Octal26110114107755375275657
Binary1011000110000011100001011111110110111111101010111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14161; }

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

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

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

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

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

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

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

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