Shades of Rouge #B1446A
Tints of Rouge #B1446A
RGB
CMYK
RGB Variations
Color information
#B1446A (or 0xB1446A) is known color: 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
| RGB | 177 | 68 | 106 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.31 |
| HSL | 339.08º | 0.44% | 0.48% | - |
| HSV(B) | 339.08º | 0.62% | 0.69% | - |
| XYZ | 22.8 | 14.52 | 15.24 | - |
| YUV | 104.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 106 | 0 | 0.62 | 0.40 | 0.31 | 339.08 | 0.44 | 0.48 |
| Hex | B1 | 44 | 6A | 0 | 3E | 28 | 1F | 153 | 2C | 30 |
| Octal | 261 | 104 | 152 | 0 | 76 | 50 | 37 | 523 | 54 | 60 |
| Binary | 10110001 | 1000100 | 1101010 | 0 | 111110 | 101000 | 11111 | 101010011 | 101100 | 110000 |
Color Harmonies of #B1446A
Complementary color
Monochromatic Colors of #B1446A
Black with #B1446A
Text Example
Text Example
White with #B1446A
Text Example
Text Example
HTML Codes & Css Web 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>