Shades of Rouge #BF3665
Tints of Rouge #BF3665
RGB
CMYK
RGB Variations
Color information
#BF3665 (or 0xBF3665) is known color: Rouge. HEX triplet: BF, 36 and 65. RGB value is (191,54,101). Sum of RGB (Red+Green+Blue) = 191+54+101=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3665 is #40C99A. Grayscale: #646464. Windows color (decimal): -4245915 or 6633151. OLE color: 6633151.
HSL color Cylindrical-coordinate representation of color #BF3665: hue angle of 339.42º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3665 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 101 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.25 |
| HSL | 339.42º | 0.56% | 0.48% | - |
| HSV(B) | 339.42º | 0.72% | 0.75% | - |
| XYZ | 25.15 | 14.65 | 13.81 | - |
| YUV | 100.32 | 128.39 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 101 | 0 | 0.72 | 0.47 | 0.25 | 339.42 | 0.56 | 0.48 |
| Hex | BF | 36 | 65 | 0 | 48 | 2F | 19 | 153 | 38 | 30 |
| Octal | 277 | 66 | 145 | 0 | 110 | 57 | 31 | 523 | 70 | 60 |
| Binary | 10111111 | 110110 | 1100101 | 0 | 1001000 | 101111 | 11001 | 101010011 | 111000 | 110000 |
Color Harmonies of #BF3665
Complementary color
Monochromatic Colors of #BF3665
Black with #BF3665
Text Example
Text Example
White with #BF3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3665; }
p { color: rgb(191,54,101); }
H1.HeaderClassName
{
color: #BF3665;
}
.AnyTagClassName
{
color: #BF3665;
}
</style>
background-color css
<style>
a { background-color: #BF3665; }
a { background-color: rgb(191,54,101); }
div.DivClassName
{
background-color: #BF3665;
}
.BgClassName
{
background-color: #BF3665;
}
</style>
border-color css
<style>
span { border-color: #BF3665; }
span { border-color: rgb(191,54,101); }
td.TdClassName
{
border-color: #BF3665;
}
.TagClassName
{
border-color: #BF3665;
}
</style>