#B14061

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

Shades of Rouge #B14061

Tints of Rouge #B14061

Color information

#B14061 (or 0xB14061) is unknown color: approx Rouge. HEX triplet: B1, 40 and 61. RGB value is (177,64,97). Sum of RGB (Red+Green+Blue) = 177+64+97=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B14061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14061 is #4EBF9E. Grayscale: #656565. Windows color (decimal): -5160863 or 6373553. OLE color: 6373553.

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

Color convert

RGB1776497-
CMYK00.640.450.31
HSL342.48º46.89%47.25%-
HSV(B)342.48º63.84%69.41%-
XYZ22.1213.8812.82-
YUV101.55125.44181.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=52.37%
G=18.93%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177649700.640.450.31342.4846.8947.25
HexB140610402D1F1562f2f
Octal261100141010055375265757
Binary10110001100000011000010100000010110111111101010110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14061; }

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

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

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

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

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

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

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

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