Shades of Rouge #B73A6B
Tints of Rouge #B73A6B
RGB
CMYK
RGB Variations
Color information
#B73A6B (or 0xB73A6B) is known color: Rouge. HEX triplet: B7, 3A and 6B. RGB value is (183,58,107). Sum of RGB (Red+Green+Blue) = 183+58+107=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A6B is #48C594. Grayscale: #646464. Windows color (decimal): -4769173 or 7027383. OLE color: 7027383.
HSL color Cylindrical-coordinate representation of color #B73A6B: hue angle of 336.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A6B is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 107 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.28 |
| HSL | 336.48º | 0.52% | 0.47% | - |
| HSV(B) | 336.48º | 0.68% | 0.72% | - |
| XYZ | 23.7 | 14.15 | 15.39 | - |
| YUV | 100.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 107 | 0 | 0.68 | 0.42 | 0.28 | 336.48 | 0.52 | 0.47 |
| Hex | B7 | 3A | 6B | 0 | 44 | 2A | 1C | 150 | 34 | 2F |
| Octal | 267 | 72 | 153 | 0 | 104 | 52 | 34 | 520 | 64 | 57 |
| Binary | 10110111 | 111010 | 1101011 | 0 | 1000100 | 101010 | 11100 | 101010000 | 110100 | 101111 |
Color Harmonies of #B73A6B
Complementary color
Monochromatic Colors of #B73A6B
Black with #B73A6B
Text Example
Text Example
White with #B73A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A6B; }
p { color: rgb(183,58,107); }
H1.HeaderClassName
{
color: #B73A6B;
}
.AnyTagClassName
{
color: #B73A6B;
}
</style>
background-color css
<style>
a { background-color: #B73A6B; }
a { background-color: rgb(183,58,107); }
div.DivClassName
{
background-color: #B73A6B;
}
.BgClassName
{
background-color: #B73A6B;
}
</style>
border-color css
<style>
span { border-color: #B73A6B; }
span { border-color: rgb(183,58,107); }
td.TdClassName
{
border-color: #B73A6B;
}
.TagClassName
{
border-color: #B73A6B;
}
</style>