Shades of Rouge #B63F69
Tints of Rouge #B63F69
RGB
CMYK
RGB Variations
Color information
#B63F69 (or 0xB63F69) is known color: Rouge. HEX triplet: B6, 3F and 69. RGB value is (182,63,105). Sum of RGB (Red+Green+Blue) = 182+63+105=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63F69 is #49C096. Grayscale: #676767. Windows color (decimal): -4833431 or 6897590. OLE color: 6897590.
HSL color Cylindrical-coordinate representation of color #B63F69: hue angle of 338.82º 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 #B63F69 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 105 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.29 |
| HSL | 338.82º | 0.49% | 0.48% | - |
| HSV(B) | 338.82º | 0.65% | 0.71% | - |
| XYZ | 23.62 | 14.52 | 14.92 | - |
| YUV | 103.37 | 128.92 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 105 | 0 | 0.65 | 0.42 | 0.29 | 338.82 | 0.49 | 0.48 |
| Hex | B6 | 3F | 69 | 0 | 41 | 2A | 1D | 153 | 31 | 30 |
| Octal | 266 | 77 | 151 | 0 | 101 | 52 | 35 | 523 | 61 | 60 |
| Binary | 10110110 | 111111 | 1101001 | 0 | 1000001 | 101010 | 11101 | 101010011 | 110001 | 110000 |
Color Harmonies of #B63F69
Complementary color
Monochromatic Colors of #B63F69
Black with #B63F69
Text Example
Text Example
White with #B63F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F69; }
p { color: rgb(182,63,105); }
H1.HeaderClassName
{
color: #B63F69;
}
.AnyTagClassName
{
color: #B63F69;
}
</style>
background-color css
<style>
a { background-color: #B63F69; }
a { background-color: rgb(182,63,105); }
div.DivClassName
{
background-color: #B63F69;
}
.BgClassName
{
background-color: #B63F69;
}
</style>
border-color css
<style>
span { border-color: #B63F69; }
span { border-color: rgb(182,63,105); }
td.TdClassName
{
border-color: #B63F69;
}
.TagClassName
{
border-color: #B63F69;
}
</style>