Shades of Rouge #B03D6B
Tints of Rouge #B03D6B
RGB
CMYK
RGB Variations
Color information
#B03D6B (or 0xB03D6B) is known color: Rouge. HEX triplet: B0, 3D and 6B. RGB value is (176,61,107). Sum of RGB (Red+Green+Blue) = 176+61+107=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D6B is #4FC294. Grayscale: #646464. Windows color (decimal): -5227157 or 7028144. OLE color: 7028144.
HSL color Cylindrical-coordinate representation of color #B03D6B: hue angle of 336º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D6B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 107 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.31 |
| HSL | 336º | 0.49% | 0.46% | - |
| HSV(B) | 336º | 0.65% | 0.69% | - |
| XYZ | 22.23 | 13.63 | 15.37 | - |
| YUV | 100.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 107 | 0 | 0.65 | 0.39 | 0.31 | 336 | 0.49 | 0.46 |
| Hex | B0 | 3D | 6B | 0 | 41 | 27 | 1F | 150 | 31 | 2E |
| Octal | 260 | 75 | 153 | 0 | 101 | 47 | 37 | 520 | 61 | 56 |
| Binary | 10110000 | 111101 | 1101011 | 0 | 1000001 | 100111 | 11111 | 101010000 | 110001 | 101110 |
Color Harmonies of #B03D6B
Complementary color
Monochromatic Colors of #B03D6B
Black with #B03D6B
Text Example
Text Example
White with #B03D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D6B; }
p { color: rgb(176,61,107); }
H1.HeaderClassName
{
color: #B03D6B;
}
.AnyTagClassName
{
color: #B03D6B;
}
</style>
background-color css
<style>
a { background-color: #B03D6B; }
a { background-color: rgb(176,61,107); }
div.DivClassName
{
background-color: #B03D6B;
}
.BgClassName
{
background-color: #B03D6B;
}
</style>
border-color css
<style>
span { border-color: #B03D6B; }
span { border-color: rgb(176,61,107); }
td.TdClassName
{
border-color: #B03D6B;
}
.TagClassName
{
border-color: #B03D6B;
}
</style>