#B1446A

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

Shades of Rouge #B1446A

Tints of Rouge #B1446A

Color information

#B1446A (or 0xB1446A) is unknown color: approx Rouge. HEX triplet: B1, 44 and 6A. RGB value is (177,68,106). Sum of RGB (Red+Green+Blue) = 177+68+106=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446A is #4EBB95. Grayscale: #686868. Windows color (decimal): -5159830 or 6964401. OLE color: 6964401.

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

Color convert

RGB17768106-
CMYK00.620.400.31
HSL339.08º44.49%48.04%-
HSV(B)339.08º61.58%69.41%-
XYZ22.814.5215.24-
YUV104.92128.61179.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 68 (26.95% from 255) = 19.37%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=50.43%
G=19.37%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776810600.620.400.31339.0844.4948.04
HexB1446A03E281F1532c30
Octal26110415207650375235460
Binary1011000110001001101010011111010100011111101010011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1446A; }

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

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

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

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

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

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

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

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