Shades of Sunglo #BB685B
Tints of Sunglo #BB685B
RGB
CMYK
RGB Variations
Color information
#BB685B (or 0xBB685B) is known color: Sunglo. HEX triplet: BB, 68 and 5B. RGB value is (187,104,91). Sum of RGB (Red+Green+Blue) = 187+104+91=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB685B is #4497A4. Grayscale: #7F7F7F. Windows color (decimal): -4495269 or 5990587. OLE color: 5990587.
HSL color Cylindrical-coordinate representation of color #BB685B: hue angle of 8.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB685B is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 91 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.27 |
| HSL | 8.13º | 0.41% | 0.55% | - |
| HSV(B) | 8.13º | 0.51% | 0.73% | - |
| XYZ | 27.33 | 21.22 | 12.55 | - |
| YUV | 127.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 91 | 0 | 0.44 | 0.51 | 0.27 | 8.13 | 0.41 | 0.55 |
| Hex | BB | 68 | 5B | 0 | 2C | 33 | 1B | 8 | 29 | 37 |
| Octal | 273 | 150 | 133 | 0 | 54 | 63 | 33 | 10 | 51 | 67 |
| Binary | 10111011 | 1101000 | 1011011 | 0 | 101100 | 110011 | 11011 | 1000 | 101001 | 110111 |
Color Harmonies of #BB685B
Complementary color
Monochromatic Colors of #BB685B
Black with #BB685B
Text Example
Text Example
White with #BB685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB685B; }
p { color: rgb(187,104,91); }
H1.HeaderClassName
{
color: #BB685B;
}
.AnyTagClassName
{
color: #BB685B;
}
</style>
background-color css
<style>
a { background-color: #BB685B; }
a { background-color: rgb(187,104,91); }
div.DivClassName
{
background-color: #BB685B;
}
.BgClassName
{
background-color: #BB685B;
}
</style>
border-color css
<style>
span { border-color: #BB685B; }
span { border-color: rgb(187,104,91); }
td.TdClassName
{
border-color: #BB685B;
}
.TagClassName
{
border-color: #BB685B;
}
</style>