Shades of Rouge #B92667
Tints of Rouge #B92667
RGB
CMYK
RGB Variations
Color information
#B92667 (or 0xB92667) is known color: Rouge. HEX triplet: B9, 26 and 67. RGB value is (185,38,103). Sum of RGB (Red+Green+Blue) = 185+38+103=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B92667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92667 is #46D998. Grayscale: #595959. Windows color (decimal): -4643225 or 6760121. OLE color: 6760121.
HSL color Cylindrical-coordinate representation of color #B92667: hue angle of 333.47º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92667 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 103 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.27 |
| HSL | 333.47º | 0.66% | 0.44% | - |
| HSV(B) | 333.47º | 0.79% | 0.73% | - |
| XYZ | 23.15 | 12.68 | 14.06 | - |
| YUV | 89.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 103 | 0 | 0.79 | 0.44 | 0.27 | 333.47 | 0.66 | 0.44 |
| Hex | B9 | 26 | 67 | 0 | 4F | 2C | 1B | 14D | 42 | 2C |
| Octal | 271 | 46 | 147 | 0 | 117 | 54 | 33 | 515 | 102 | 54 |
| Binary | 10111001 | 100110 | 1100111 | 0 | 1001111 | 101100 | 11011 | 101001101 | 1000010 | 101100 |
Color Harmonies of #B92667
Complementary color
Monochromatic Colors of #B92667
Black with #B92667
Text Example
Text Example
White with #B92667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92667; }
p { color: rgb(185,38,103); }
H1.HeaderClassName
{
color: #B92667;
}
.AnyTagClassName
{
color: #B92667;
}
</style>
background-color css
<style>
a { background-color: #B92667; }
a { background-color: rgb(185,38,103); }
div.DivClassName
{
background-color: #B92667;
}
.BgClassName
{
background-color: #B92667;
}
</style>
border-color css
<style>
span { border-color: #B92667; }
span { border-color: rgb(185,38,103); }
td.TdClassName
{
border-color: #B92667;
}
.TagClassName
{
border-color: #B92667;
}
</style>