Shades of Rouge #B14664
Tints of Rouge #B14664
RGB
CMYK
RGB Variations
Color information
#B14664 (or 0xB14664) is known color: Rouge. HEX triplet: B1, 46 and 64. RGB value is (177,70,100). Sum of RGB (Red+Green+Blue) = 177+70+100=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B14664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14664 is #4EB99B. Grayscale: #696969. Windows color (decimal): -5159324 or 6571697. OLE color: 6571697.
HSL color Cylindrical-coordinate representation of color #B14664: hue angle of 343.18º 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 #B14664 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 100 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.31 |
| HSL | 343.18º | 0.43% | 0.48% | - |
| HSV(B) | 343.18º | 0.6% | 0.69% | - |
| XYZ | 22.62 | 14.65 | 13.69 | - |
| YUV | 105.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 100 | 0 | 0.60 | 0.44 | 0.31 | 343.18 | 0.43 | 0.48 |
| Hex | B1 | 46 | 64 | 0 | 3C | 2C | 1F | 157 | 2B | 30 |
| Octal | 261 | 106 | 144 | 0 | 74 | 54 | 37 | 527 | 53 | 60 |
| Binary | 10110001 | 1000110 | 1100100 | 0 | 111100 | 101100 | 11111 | 101010111 | 101011 | 110000 |
Color Harmonies of #B14664
Complementary color
Monochromatic Colors of #B14664
Black with #B14664
Text Example
Text Example
White with #B14664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14664; }
p { color: rgb(177,70,100); }
H1.HeaderClassName
{
color: #B14664;
}
.AnyTagClassName
{
color: #B14664;
}
</style>
background-color css
<style>
a { background-color: #B14664; }
a { background-color: rgb(177,70,100); }
div.DivClassName
{
background-color: #B14664;
}
.BgClassName
{
background-color: #B14664;
}
</style>
border-color css
<style>
span { border-color: #B14664; }
span { border-color: rgb(177,70,100); }
td.TdClassName
{
border-color: #B14664;
}
.TagClassName
{
border-color: #B14664;
}
</style>