Shades of Old Rose #BB375C
Tints of Old Rose #BB375C
RGB
CMYK
RGB Variations
Color information
#BB375C (or 0xBB375C) is known color: Old Rose. HEX triplet: BB, 37 and 5C. RGB value is (187,55,92). Sum of RGB (Red+Green+Blue) = 187+55+92=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375C is #44C8A3. Grayscale: #626262. Windows color (decimal): -4507812 or 6043579. OLE color: 6043579.
HSL color Cylindrical-coordinate representation of color #BB375C: hue angle of 343.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB375C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 92 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.27 |
| HSL | 343.18º | 0.55% | 0.47% | - |
| HSV(B) | 343.18º | 0.71% | 0.73% | - |
| XYZ | 23.79 | 14.07 | 11.59 | - |
| YUV | 98.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 92 | 0 | 0.71 | 0.51 | 0.27 | 343.18 | 0.55 | 0.47 |
| Hex | BB | 37 | 5C | 0 | 47 | 33 | 1B | 157 | 37 | 2F |
| Octal | 273 | 67 | 134 | 0 | 107 | 63 | 33 | 527 | 67 | 57 |
| Binary | 10111011 | 110111 | 1011100 | 0 | 1000111 | 110011 | 11011 | 101010111 | 110111 | 101111 |
Color Harmonies of #BB375C
Complementary color
Monochromatic Colors of #BB375C
Black with #BB375C
Text Example
Text Example
White with #BB375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB375C; }
p { color: rgb(187,55,92); }
H1.HeaderClassName
{
color: #BB375C;
}
.AnyTagClassName
{
color: #BB375C;
}
</style>
background-color css
<style>
a { background-color: #BB375C; }
a { background-color: rgb(187,55,92); }
div.DivClassName
{
background-color: #BB375C;
}
.BgClassName
{
background-color: #BB375C;
}
</style>
border-color css
<style>
span { border-color: #BB375C; }
span { border-color: rgb(187,55,92); }
td.TdClassName
{
border-color: #BB375C;
}
.TagClassName
{
border-color: #BB375C;
}
</style>