Shades of Rouge #B9306B
Tints of Rouge #B9306B
RGB
CMYK
RGB Variations
Color information
#B9306B (or 0xB9306B) is known color: Rouge. HEX triplet: B9, 30 and 6B. RGB value is (185,48,107). Sum of RGB (Red+Green+Blue) = 185+48+107=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B9306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9306B is #46CF94. Grayscale: #5F5F5F. Windows color (decimal): -4640661 or 7024825. OLE color: 7024825.
HSL color Cylindrical-coordinate representation of color #B9306B: hue angle of 334.16º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9306B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 107 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.16º | 0.59% | 0.46% | - |
| HSV(B) | 334.16º | 0.74% | 0.73% | - |
| XYZ | 23.72 | 13.49 | 15.26 | - |
| YUV | 95.69 | 134.39 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 107 | 0 | 0.74 | 0.42 | 0.27 | 334.16 | 0.59 | 0.46 |
| Hex | B9 | 30 | 6B | 0 | 4A | 2A | 1B | 14E | 3B | 2E |
| Octal | 271 | 60 | 153 | 0 | 112 | 52 | 33 | 516 | 73 | 56 |
| Binary | 10111001 | 110000 | 1101011 | 0 | 1001010 | 101010 | 11011 | 101001110 | 111011 | 101110 |
Color Harmonies of #B9306B
Complementary color
Monochromatic Colors of #B9306B
Black with #B9306B
Text Example
Text Example
White with #B9306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9306B; }
p { color: rgb(185,48,107); }
H1.HeaderClassName
{
color: #B9306B;
}
.AnyTagClassName
{
color: #B9306B;
}
</style>
background-color css
<style>
a { background-color: #B9306B; }
a { background-color: rgb(185,48,107); }
div.DivClassName
{
background-color: #B9306B;
}
.BgClassName
{
background-color: #B9306B;
}
</style>
border-color css
<style>
span { border-color: #B9306B; }
span { border-color: rgb(185,48,107); }
td.TdClassName
{
border-color: #B9306B;
}
.TagClassName
{
border-color: #B9306B;
}
</style>