#B14665

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

Shades of Rouge #B14665

Tints of Rouge #B14665

Color information

#B14665 (or 0xB14665) is unknown color: approx Rouge. HEX triplet: B1, 46 and 65. RGB value is (177,70,101). Sum of RGB (Red+Green+Blue) = 177+70+101=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14665 is #4EB99A. Grayscale: #696969. Windows color (decimal): -5159323 or 6637233. OLE color: 6637233.

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

Color convert

RGB17770101-
CMYK00.600.430.31
HSL342.62º43.32%48.43%-
HSV(B)342.62º60.45%69.41%-
XYZ22.6714.6713.95-
YUV105.53125.45178.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=50.86%
G=20.11%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777010100.600.430.31342.6243.3248.43
HexB1466503C2B1F1572b30
Octal26110614507453375275360
Binary1011000110001101100101011110010101111111101010111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14665; }

 p { color: rgb(177,70,101); }

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

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

 a { background-color: rgb(177,70,101); }

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

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

 span { border-color: rgb(177,70,101); }

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