#B14466

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

Shades of Rouge #B14466

Tints of Rouge #B14466

Color information

#B14466 (or 0xB14466) is unknown color: approx Rouge. HEX triplet: B1, 44 and 66. RGB value is (177,68,102). Sum of RGB (Red+Green+Blue) = 177+68+102=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B14466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14466 is #4EBB99. Grayscale: #686868. Windows color (decimal): -5159834 or 6702257. OLE color: 6702257.

HSL color Cylindrical-coordinate representation of color #B14466: hue angle of 341.28º degrees, saturation: 0.44, 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 #B14466 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17768102-
CMYK00.620.420.31
HSL341.28º44.49%48.04%-
HSV(B)341.28º61.58%69.41%-
XYZ22.614.4414.17-
YUV104.47126.61179.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=51.01%
G=19.60%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776810200.620.420.31341.2844.4948.04
HexB1446603E2A1F1552c30
Octal26110414607652375255460
Binary1011000110001001100110011111010101011111101010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14466; }

 p { color: rgb(177,68,102); }

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

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

 a { background-color: rgb(177,68,102); }

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

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

 span { border-color: rgb(177,68,102); }

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