Shades of Rouge #B74067
Tints of Rouge #B74067
RGB
CMYK
RGB Variations
Color information
#B74067 (or 0xB74067) is known color: Rouge. HEX triplet: B7, 40 and 67. RGB value is (183,64,103). Sum of RGB (Red+Green+Blue) = 183+64+103=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B74067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74067 is #48BF98. Grayscale: #676767. Windows color (decimal): -4767641 or 6766775. OLE color: 6766775.
HSL color Cylindrical-coordinate representation of color #B74067: hue angle of 340.34º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74067 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 103 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.28 |
| HSL | 340.34º | 0.48% | 0.48% | - |
| HSV(B) | 340.34º | 0.65% | 0.72% | - |
| XYZ | 23.81 | 14.71 | 14.42 | - |
| YUV | 104.03 | 127.42 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 103 | 0 | 0.65 | 0.44 | 0.28 | 340.34 | 0.48 | 0.48 |
| Hex | B7 | 40 | 67 | 0 | 41 | 2C | 1C | 154 | 30 | 30 |
| Octal | 267 | 100 | 147 | 0 | 101 | 54 | 34 | 524 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1100111 | 0 | 1000001 | 101100 | 11100 | 101010100 | 110000 | 110000 |
Color Harmonies of #B74067
Complementary color
Monochromatic Colors of #B74067
Black with #B74067
Text Example
Text Example
White with #B74067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74067; }
p { color: rgb(183,64,103); }
H1.HeaderClassName
{
color: #B74067;
}
.AnyTagClassName
{
color: #B74067;
}
</style>
background-color css
<style>
a { background-color: #B74067; }
a { background-color: rgb(183,64,103); }
div.DivClassName
{
background-color: #B74067;
}
.BgClassName
{
background-color: #B74067;
}
</style>
border-color css
<style>
span { border-color: #B74067; }
span { border-color: rgb(183,64,103); }
td.TdClassName
{
border-color: #B74067;
}
.TagClassName
{
border-color: #B74067;
}
</style>