Shades of Rouge #B14068
Tints of Rouge #B14068
RGB
CMYK
RGB Variations
Color information
#B14068 (or 0xB14068) is known color: Rouge. HEX triplet: B1, 40 and 68. RGB value is (177,64,104). Sum of RGB (Red+Green+Blue) = 177+64+104=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B14068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14068 is #4EBF97. Grayscale: #666666. Windows color (decimal): -5160856 or 6832305. OLE color: 6832305.
HSL color Cylindrical-coordinate representation of color #B14068: hue angle of 338.76º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14068 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 104 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.31 |
| HSL | 338.76º | 0.47% | 0.47% | - |
| HSV(B) | 338.76º | 0.64% | 0.69% | - |
| XYZ | 22.46 | 14.01 | 14.62 | - |
| YUV | 102.35 | 128.94 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 104 | 0 | 0.64 | 0.41 | 0.31 | 338.76 | 0.47 | 0.47 |
| Hex | B1 | 40 | 68 | 0 | 40 | 29 | 1F | 153 | 2F | 2F |
| Octal | 261 | 100 | 150 | 0 | 100 | 51 | 37 | 523 | 57 | 57 |
| Binary | 10110001 | 1000000 | 1101000 | 0 | 1000000 | 101001 | 11111 | 101010011 | 101111 | 101111 |
Color Harmonies of #B14068
Complementary color
Monochromatic Colors of #B14068
Black with #B14068
Text Example
Text Example
White with #B14068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14068; }
p { color: rgb(177,64,104); }
H1.HeaderClassName
{
color: #B14068;
}
.AnyTagClassName
{
color: #B14068;
}
</style>
background-color css
<style>
a { background-color: #B14068; }
a { background-color: rgb(177,64,104); }
div.DivClassName
{
background-color: #B14068;
}
.BgClassName
{
background-color: #B14068;
}
</style>
border-color css
<style>
span { border-color: #B14068; }
span { border-color: rgb(177,64,104); }
td.TdClassName
{
border-color: #B14068;
}
.TagClassName
{
border-color: #B14068;
}
</style>