Shades of Rouge #B02669
Tints of Rouge #B02669
RGB
CMYK
RGB Variations
Color information
#B02669 (or 0xB02669) is known color: Rouge. HEX triplet: B0, 26 and 69. RGB value is (176,38,105). Sum of RGB (Red+Green+Blue) = 176+38+105=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B02669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02669 is #4FD996. Grayscale: #565656. Windows color (decimal): -5233047 or 6891184. OLE color: 6891184.
HSL color Cylindrical-coordinate representation of color #B02669: hue angle of 330.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02669 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 105 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.31 |
| HSL | 330.87º | 0.64% | 0.42% | - |
| HSV(B) | 330.87º | 0.78% | 0.69% | - |
| XYZ | 21.15 | 11.64 | 14.5 | - |
| YUV | 86.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 105 | 0 | 0.78 | 0.40 | 0.31 | 330.87 | 0.64 | 0.42 |
| Hex | B0 | 26 | 69 | 0 | 4E | 28 | 1F | 14B | 40 | 2A |
| Octal | 260 | 46 | 151 | 0 | 116 | 50 | 37 | 513 | 100 | 52 |
| Binary | 10110000 | 100110 | 1101001 | 0 | 1001110 | 101000 | 11111 | 101001011 | 1000000 | 101010 |
Color Harmonies of #B02669
Complementary color
Monochromatic Colors of #B02669
Black with #B02669
Text Example
Text Example
White with #B02669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02669; }
p { color: rgb(176,38,105); }
H1.HeaderClassName
{
color: #B02669;
}
.AnyTagClassName
{
color: #B02669;
}
</style>
background-color css
<style>
a { background-color: #B02669; }
a { background-color: rgb(176,38,105); }
div.DivClassName
{
background-color: #B02669;
}
.BgClassName
{
background-color: #B02669;
}
</style>
border-color css
<style>
span { border-color: #B02669; }
span { border-color: rgb(176,38,105); }
td.TdClassName
{
border-color: #B02669;
}
.TagClassName
{
border-color: #B02669;
}
</style>