Shades of Rouge #B64168
Tints of Rouge #B64168
RGB
CMYK
RGB Variations
Color information
#B64168 (or 0xB64168) is known color: Rouge. HEX triplet: B6, 41 and 68. RGB value is (182,65,104). Sum of RGB (Red+Green+Blue) = 182+65+104=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B64168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64168 is #49BE97. Grayscale: #686868. Windows color (decimal): -4832920 or 6832566. OLE color: 6832566.
HSL color Cylindrical-coordinate representation of color #B64168: hue angle of 340º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64168 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 104 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.29 |
| HSL | 340º | 0.47% | 0.48% | - |
| HSV(B) | 340º | 0.64% | 0.71% | - |
| XYZ | 23.68 | 14.73 | 14.69 | - |
| YUV | 104.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 104 | 0 | 0.64 | 0.43 | 0.29 | 340 | 0.47 | 0.48 |
| Hex | B6 | 41 | 68 | 0 | 40 | 2B | 1D | 154 | 2F | 30 |
| Octal | 266 | 101 | 150 | 0 | 100 | 53 | 35 | 524 | 57 | 60 |
| Binary | 10110110 | 1000001 | 1101000 | 0 | 1000000 | 101011 | 11101 | 101010100 | 101111 | 110000 |
Color Harmonies of #B64168
Complementary color
Monochromatic Colors of #B64168
Black with #B64168
Text Example
Text Example
White with #B64168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64168; }
p { color: rgb(182,65,104); }
H1.HeaderClassName
{
color: #B64168;
}
.AnyTagClassName
{
color: #B64168;
}
</style>
background-color css
<style>
a { background-color: #B64168; }
a { background-color: rgb(182,65,104); }
div.DivClassName
{
background-color: #B64168;
}
.BgClassName
{
background-color: #B64168;
}
</style>
border-color css
<style>
span { border-color: #B64168; }
span { border-color: rgb(182,65,104); }
td.TdClassName
{
border-color: #B64168;
}
.TagClassName
{
border-color: #B64168;
}
</style>