#B14364

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

Shades of Rouge #B14364

Tints of Rouge #B14364

Color information

#B14364 (or 0xB14364) is unknown color: approx Rouge. HEX triplet: B1, 43 and 64. RGB value is (177,67,100). Sum of RGB (Red+Green+Blue) = 177+67+100=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B14364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14364 is #4EBC9B. Grayscale: #676767. Windows color (decimal): -5160092 or 6570929. OLE color: 6570929.

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

Color convert

RGB17767100-
CMYK00.620.440.31
HSL342º45.08%47.84%-
HSV(B)342º62.15%69.41%-
XYZ22.4414.2813.63-
YUV103.65125.94180.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 67 (26.56% from 255) = 19.48%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=51.45%
G=19.48%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776710000.620.440.3134245.0847.84
HexB1436403E2C1F1562d30
Octal26110314407654375265560
Binary1011000110000111100100011111010110011111101010110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14364; }

 p { color: rgb(177,67,100); }

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

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

 a { background-color: rgb(177,67,100); }

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

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

 span { border-color: rgb(177,67,100); }

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