Shades of Sunglo #BB6353
Tints of Sunglo #BB6353
RGB
CMYK
RGB Variations
Color information
#BB6353 (or 0xBB6353) is known color: Sunglo. HEX triplet: BB, 63 and 53. RGB value is (187,99,83). Sum of RGB (Red+Green+Blue) = 187+99+83=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6353 is #449CAC. Grayscale: #7B7B7B. Windows color (decimal): -4496557 or 5465019. OLE color: 5465019.
HSL color Cylindrical-coordinate representation of color #BB6353: hue angle of 9.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6353 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 83 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.27 |
| HSL | 9.23º | 0.43% | 0.53% | - |
| HSV(B) | 9.23º | 0.56% | 0.73% | - |
| XYZ | 26.52 | 20.11 | 10.67 | - |
| YUV | 123.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 83 | 0 | 0.47 | 0.56 | 0.27 | 9.23 | 0.43 | 0.53 |
| Hex | BB | 63 | 53 | 0 | 2F | 38 | 1B | 9 | 2B | 35 |
| Octal | 273 | 143 | 123 | 0 | 57 | 70 | 33 | 11 | 53 | 65 |
| Binary | 10111011 | 1100011 | 1010011 | 0 | 101111 | 111000 | 11011 | 1001 | 101011 | 110101 |
Color Harmonies of #BB6353
Complementary color
Monochromatic Colors of #BB6353
Black with #BB6353
Text Example
Text Example
White with #BB6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6353; }
p { color: rgb(187,99,83); }
H1.HeaderClassName
{
color: #BB6353;
}
.AnyTagClassName
{
color: #BB6353;
}
</style>
background-color css
<style>
a { background-color: #BB6353; }
a { background-color: rgb(187,99,83); }
div.DivClassName
{
background-color: #BB6353;
}
.BgClassName
{
background-color: #BB6353;
}
</style>
border-color css
<style>
span { border-color: #BB6353; }
span { border-color: rgb(187,99,83); }
td.TdClassName
{
border-color: #BB6353;
}
.TagClassName
{
border-color: #BB6353;
}
</style>