Shades of Rouge #B83267
Tints of Rouge #B83267
RGB
CMYK
RGB Variations
Color information
#B83267 (or 0xB83267) is known color: Rouge. HEX triplet: B8, 32 and 67. RGB value is (184,50,103). Sum of RGB (Red+Green+Blue) = 184+50+103=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B83267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83267 is #47CD98. Grayscale: #606060. Windows color (decimal): -4705689 or 6763192. OLE color: 6763192.
HSL color Cylindrical-coordinate representation of color #B83267: hue angle of 336.27º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83267 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 103 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.28 |
| HSL | 336.27º | 0.57% | 0.46% | - |
| HSV(B) | 336.27º | 0.73% | 0.72% | - |
| XYZ | 23.36 | 13.45 | 14.2 | - |
| YUV | 96.11 | 131.89 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 103 | 0 | 0.73 | 0.44 | 0.28 | 336.27 | 0.57 | 0.46 |
| Hex | B8 | 32 | 67 | 0 | 49 | 2C | 1C | 150 | 39 | 2E |
| Octal | 270 | 62 | 147 | 0 | 111 | 54 | 34 | 520 | 71 | 56 |
| Binary | 10111000 | 110010 | 1100111 | 0 | 1001001 | 101100 | 11100 | 101010000 | 111001 | 101110 |
Color Harmonies of #B83267
Complementary color
Monochromatic Colors of #B83267
Black with #B83267
Text Example
Text Example
White with #B83267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83267; }
p { color: rgb(184,50,103); }
H1.HeaderClassName
{
color: #B83267;
}
.AnyTagClassName
{
color: #B83267;
}
</style>
background-color css
<style>
a { background-color: #B83267; }
a { background-color: rgb(184,50,103); }
div.DivClassName
{
background-color: #B83267;
}
.BgClassName
{
background-color: #B83267;
}
</style>
border-color css
<style>
span { border-color: #B83267; }
span { border-color: rgb(184,50,103); }
td.TdClassName
{
border-color: #B83267;
}
.TagClassName
{
border-color: #B83267;
}
</style>