Shades of Rouge #B04467
Tints of Rouge #B04467
RGB
CMYK
RGB Variations
Color information
#B04467 (or 0xB04467) is known color: Rouge. HEX triplet: B0, 44 and 67. RGB value is (176,68,103). Sum of RGB (Red+Green+Blue) = 176+68+103=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B04467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04467 is #4FBB98. Grayscale: #686868. Windows color (decimal): -5225369 or 6767792. OLE color: 6767792.
HSL color Cylindrical-coordinate representation of color #B04467: 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 #B04467 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 103 | - |
| 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.42 | 14.34 | 14.42 | - |
| YUV | 104.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 103 | 0 | 0.61 | 0.41 | 0.31 | 340.56 | 0.44 | 0.48 |
| Hex | B0 | 44 | 67 | 0 | 3D | 29 | 1F | 155 | 2C | 30 |
| Octal | 260 | 104 | 147 | 0 | 75 | 51 | 37 | 525 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1100111 | 0 | 111101 | 101001 | 11111 | 101010101 | 101100 | 110000 |
Color Harmonies of #B04467
Complementary color
Monochromatic Colors of #B04467
Black with #B04467
Text Example
Text Example
White with #B04467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04467; }
p { color: rgb(176,68,103); }
H1.HeaderClassName
{
color: #B04467;
}
.AnyTagClassName
{
color: #B04467;
}
</style>
background-color css
<style>
a { background-color: #B04467; }
a { background-color: rgb(176,68,103); }
div.DivClassName
{
background-color: #B04467;
}
.BgClassName
{
background-color: #B04467;
}
</style>
border-color css
<style>
span { border-color: #B04467; }
span { border-color: rgb(176,68,103); }
td.TdClassName
{
border-color: #B04467;
}
.TagClassName
{
border-color: #B04467;
}
</style>