Shades of Rouge #B02F68
Tints of Rouge #B02F68
RGB
CMYK
RGB Variations
Color information
#B02F68 (or 0xB02F68) is known color: Rouge. HEX triplet: B0, 2F and 68. RGB value is (176,47,104). Sum of RGB (Red+Green+Blue) = 176+47+104=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02F68 is #4FD097. Grayscale: #5B5B5B. Windows color (decimal): -5230744 or 6827952. OLE color: 6827952.
HSL color Cylindrical-coordinate representation of color #B02F68: hue angle of 333.49º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F68 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 104 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.31 |
| HSL | 333.49º | 0.58% | 0.44% | - |
| HSV(B) | 333.49º | 0.73% | 0.69% | - |
| XYZ | 21.42 | 12.26 | 14.33 | - |
| YUV | 92.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 104 | 0 | 0.73 | 0.41 | 0.31 | 333.49 | 0.58 | 0.44 |
| Hex | B0 | 2F | 68 | 0 | 49 | 29 | 1F | 14D | 3A | 2C |
| Octal | 260 | 57 | 150 | 0 | 111 | 51 | 37 | 515 | 72 | 54 |
| Binary | 10110000 | 101111 | 1101000 | 0 | 1001001 | 101001 | 11111 | 101001101 | 111010 | 101100 |
Color Harmonies of #B02F68
Complementary color
Monochromatic Colors of #B02F68
Black with #B02F68
Text Example
Text Example
White with #B02F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F68; }
p { color: rgb(176,47,104); }
H1.HeaderClassName
{
color: #B02F68;
}
.AnyTagClassName
{
color: #B02F68;
}
</style>
background-color css
<style>
a { background-color: #B02F68; }
a { background-color: rgb(176,47,104); }
div.DivClassName
{
background-color: #B02F68;
}
.BgClassName
{
background-color: #B02F68;
}
</style>
border-color css
<style>
span { border-color: #B02F68; }
span { border-color: rgb(176,47,104); }
td.TdClassName
{
border-color: #B02F68;
}
.TagClassName
{
border-color: #B02F68;
}
</style>