Shades of Old Rose #BB375A
Tints of Old Rose #BB375A
RGB
CMYK
RGB Variations
Color information
#BB375A (or 0xBB375A) is known color: Old Rose. HEX triplet: BB, 37 and 5A. RGB value is (187,55,90). Sum of RGB (Red+Green+Blue) = 187+55+90=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB375A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB375A is #44C8A5. Grayscale: #626262. Windows color (decimal): -4507814 or 5912507. OLE color: 5912507.
HSL color Cylindrical-coordinate representation of color #BB375A: hue angle of 344.09º 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 #BB375A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 90 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.27 |
| HSL | 344.09º | 0.55% | 0.47% | - |
| HSV(B) | 344.09º | 0.71% | 0.73% | - |
| XYZ | 23.71 | 14.04 | 11.13 | - |
| YUV | 98.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 90 | 0 | 0.71 | 0.52 | 0.27 | 344.09 | 0.55 | 0.47 |
| Hex | BB | 37 | 5A | 0 | 47 | 34 | 1B | 158 | 37 | 2F |
| Octal | 273 | 67 | 132 | 0 | 107 | 64 | 33 | 530 | 67 | 57 |
| Binary | 10111011 | 110111 | 1011010 | 0 | 1000111 | 110100 | 11011 | 101011000 | 110111 | 101111 |
Color Harmonies of #BB375A
Complementary color
Monochromatic Colors of #BB375A
Black with #BB375A
Text Example
Text Example
White with #BB375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB375A; }
p { color: rgb(187,55,90); }
H1.HeaderClassName
{
color: #BB375A;
}
.AnyTagClassName
{
color: #BB375A;
}
</style>
background-color css
<style>
a { background-color: #BB375A; }
a { background-color: rgb(187,55,90); }
div.DivClassName
{
background-color: #BB375A;
}
.BgClassName
{
background-color: #BB375A;
}
</style>
border-color css
<style>
span { border-color: #BB375A; }
span { border-color: rgb(187,55,90); }
td.TdClassName
{
border-color: #BB375A;
}
.TagClassName
{
border-color: #BB375A;
}
</style>