Shades of Rouge #B63F68
Tints of Rouge #B63F68
RGB
CMYK
RGB Variations
Color information
#B63F68 (or 0xB63F68) is known color: Rouge. HEX triplet: B6, 3F and 68. RGB value is (182,63,104). Sum of RGB (Red+Green+Blue) = 182+63+104=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F68 is #49C097. Grayscale: #676767. Windows color (decimal): -4833432 or 6832054. OLE color: 6832054.
HSL color Cylindrical-coordinate representation of color #B63F68: hue angle of 339.33º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F68 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 104 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.29 |
| HSL | 339.33º | 0.49% | 0.48% | - |
| HSV(B) | 339.33º | 0.65% | 0.71% | - |
| XYZ | 23.57 | 14.5 | 14.65 | - |
| YUV | 103.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 104 | 0 | 0.65 | 0.43 | 0.29 | 339.33 | 0.49 | 0.48 |
| Hex | B6 | 3F | 68 | 0 | 41 | 2B | 1D | 153 | 31 | 30 |
| Octal | 266 | 77 | 150 | 0 | 101 | 53 | 35 | 523 | 61 | 60 |
| Binary | 10110110 | 111111 | 1101000 | 0 | 1000001 | 101011 | 11101 | 101010011 | 110001 | 110000 |
Color Harmonies of #B63F68
Complementary color
Monochromatic Colors of #B63F68
Black with #B63F68
Text Example
Text Example
White with #B63F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F68; }
p { color: rgb(182,63,104); }
H1.HeaderClassName
{
color: #B63F68;
}
.AnyTagClassName
{
color: #B63F68;
}
</style>
background-color css
<style>
a { background-color: #B63F68; }
a { background-color: rgb(182,63,104); }
div.DivClassName
{
background-color: #B63F68;
}
.BgClassName
{
background-color: #B63F68;
}
</style>
border-color css
<style>
span { border-color: #B63F68; }
span { border-color: rgb(182,63,104); }
td.TdClassName
{
border-color: #B63F68;
}
.TagClassName
{
border-color: #B63F68;
}
</style>