Shades of Rouge #B34166
Tints of Rouge #B34166
RGB
CMYK
RGB Variations
Color information
#B34166 (or 0xB34166) is known color: Rouge. HEX triplet: B3, 41 and 66. RGB value is (179,65,102). Sum of RGB (Red+Green+Blue) = 179+65+102=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34166 is #4CBE99. Grayscale: #676767. Windows color (decimal): -5029530 or 6701491. OLE color: 6701491.
HSL color Cylindrical-coordinate representation of color #B34166: hue angle of 340.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34166 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 102 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.30 |
| HSL | 340.53º | 0.47% | 0.48% | - |
| HSV(B) | 340.53º | 0.64% | 0.7% | - |
| XYZ | 22.88 | 14.32 | 14.13 | - |
| YUV | 103.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 102 | 0 | 0.64 | 0.43 | 0.30 | 340.53 | 0.47 | 0.48 |
| Hex | B3 | 41 | 66 | 0 | 40 | 2B | 1E | 155 | 2F | 30 |
| Octal | 263 | 101 | 146 | 0 | 100 | 53 | 36 | 525 | 57 | 60 |
| Binary | 10110011 | 1000001 | 1100110 | 0 | 1000000 | 101011 | 11110 | 101010101 | 101111 | 110000 |
Color Harmonies of #B34166
Complementary color
Monochromatic Colors of #B34166
Black with #B34166
Text Example
Text Example
White with #B34166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34166; }
p { color: rgb(179,65,102); }
H1.HeaderClassName
{
color: #B34166;
}
.AnyTagClassName
{
color: #B34166;
}
</style>
background-color css
<style>
a { background-color: #B34166; }
a { background-color: rgb(179,65,102); }
div.DivClassName
{
background-color: #B34166;
}
.BgClassName
{
background-color: #B34166;
}
</style>
border-color css
<style>
span { border-color: #B34166; }
span { border-color: rgb(179,65,102); }
td.TdClassName
{
border-color: #B34166;
}
.TagClassName
{
border-color: #B34166;
}
</style>