Shades of Rouge #B0446B
Tints of Rouge #B0446B
RGB
CMYK
RGB Variations
Color information
#B0446B (or 0xB0446B) is known color: Rouge. HEX triplet: B0, 44 and 6B. RGB value is (176,68,107). Sum of RGB (Red+Green+Blue) = 176+68+107=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0446B is #4FBB94. Grayscale: #686868. Windows color (decimal): -5225365 or 7029936. OLE color: 7029936.
HSL color Cylindrical-coordinate representation of color #B0446B: hue angle of 338.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0446B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 107 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.31 |
| HSL | 338.33º | 0.44% | 0.48% | - |
| HSV(B) | 338.33º | 0.61% | 0.69% | - |
| XYZ | 22.63 | 14.43 | 15.5 | - |
| YUV | 104.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 107 | 0 | 0.61 | 0.39 | 0.31 | 338.33 | 0.44 | 0.48 |
| Hex | B0 | 44 | 6B | 0 | 3D | 27 | 1F | 152 | 2C | 30 |
| Octal | 260 | 104 | 153 | 0 | 75 | 47 | 37 | 522 | 54 | 60 |
| Binary | 10110000 | 1000100 | 1101011 | 0 | 111101 | 100111 | 11111 | 101010010 | 101100 | 110000 |
Color Harmonies of #B0446B
Complementary color
Monochromatic Colors of #B0446B
Black with #B0446B
Text Example
Text Example
White with #B0446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0446B; }
p { color: rgb(176,68,107); }
H1.HeaderClassName
{
color: #B0446B;
}
.AnyTagClassName
{
color: #B0446B;
}
</style>
background-color css
<style>
a { background-color: #B0446B; }
a { background-color: rgb(176,68,107); }
div.DivClassName
{
background-color: #B0446B;
}
.BgClassName
{
background-color: #B0446B;
}
</style>
border-color css
<style>
span { border-color: #B0446B; }
span { border-color: rgb(176,68,107); }
td.TdClassName
{
border-color: #B0446B;
}
.TagClassName
{
border-color: #B0446B;
}
</style>