Shades of Sunglo #BB6457
Tints of Sunglo #BB6457
RGB
CMYK
RGB Variations
Color information
#BB6457 (or 0xBB6457) is known color: Sunglo. HEX triplet: BB, 64 and 57. RGB value is (187,100,87). Sum of RGB (Red+Green+Blue) = 187+100+87=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6457 is #449BA8. Grayscale: #7C7C7C. Windows color (decimal): -4496297 or 5727419. OLE color: 5727419.
HSL color Cylindrical-coordinate representation of color #BB6457: hue angle of 7.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6457 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 87 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.27 |
| HSL | 7.8º | 0.42% | 0.54% | - |
| HSV(B) | 7.8º | 0.53% | 0.73% | - |
| XYZ | 26.77 | 20.37 | 11.54 | - |
| YUV | 124.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 87 | 0 | 0.47 | 0.53 | 0.27 | 7.8 | 0.42 | 0.54 |
| Hex | BB | 64 | 57 | 0 | 2F | 35 | 1B | 8 | 2A | 36 |
| Octal | 273 | 144 | 127 | 0 | 57 | 65 | 33 | 10 | 52 | 66 |
| Binary | 10111011 | 1100100 | 1010111 | 0 | 101111 | 110101 | 11011 | 1000 | 101010 | 110110 |
Color Harmonies of #BB6457
Complementary color
Monochromatic Colors of #BB6457
Black with #BB6457
Text Example
Text Example
White with #BB6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6457; }
p { color: rgb(187,100,87); }
H1.HeaderClassName
{
color: #BB6457;
}
.AnyTagClassName
{
color: #BB6457;
}
</style>
background-color css
<style>
a { background-color: #BB6457; }
a { background-color: rgb(187,100,87); }
div.DivClassName
{
background-color: #BB6457;
}
.BgClassName
{
background-color: #BB6457;
}
</style>
border-color css
<style>
span { border-color: #BB6457; }
span { border-color: rgb(187,100,87); }
td.TdClassName
{
border-color: #BB6457;
}
.TagClassName
{
border-color: #BB6457;
}
</style>