Shades of Rouge #B14568
Tints of Rouge #B14568
RGB
CMYK
RGB Variations
Color information
#B14568 (or 0xB14568) is known color: Rouge. HEX triplet: B1, 45 and 68. RGB value is (177,69,104). Sum of RGB (Red+Green+Blue) = 177+69+104=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14568 is #4EBA97. Grayscale: #696969. Windows color (decimal): -5159576 or 6833585. OLE color: 6833585.
HSL color Cylindrical-coordinate representation of color #B14568: hue angle of 340.56º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14568 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 104 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.31 |
| HSL | 340.56º | 0.44% | 0.48% | - |
| HSV(B) | 340.56º | 0.61% | 0.69% | - |
| XYZ | 22.76 | 14.6 | 14.72 | - |
| YUV | 105.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 104 | 0 | 0.61 | 0.41 | 0.31 | 340.56 | 0.44 | 0.48 |
| Hex | B1 | 45 | 68 | 0 | 3D | 29 | 1F | 155 | 2C | 30 |
| Octal | 261 | 105 | 150 | 0 | 75 | 51 | 37 | 525 | 54 | 60 |
| Binary | 10110001 | 1000101 | 1101000 | 0 | 111101 | 101001 | 11111 | 101010101 | 101100 | 110000 |
Color Harmonies of #B14568
Complementary color
Monochromatic Colors of #B14568
Black with #B14568
Text Example
Text Example
White with #B14568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14568; }
p { color: rgb(177,69,104); }
H1.HeaderClassName
{
color: #B14568;
}
.AnyTagClassName
{
color: #B14568;
}
</style>
background-color css
<style>
a { background-color: #B14568; }
a { background-color: rgb(177,69,104); }
div.DivClassName
{
background-color: #B14568;
}
.BgClassName
{
background-color: #B14568;
}
</style>
border-color css
<style>
span { border-color: #B14568; }
span { border-color: rgb(177,69,104); }
td.TdClassName
{
border-color: #B14568;
}
.TagClassName
{
border-color: #B14568;
}
</style>