Shades of Sunglo #BB685C
Tints of Sunglo #BB685C
RGB
CMYK
RGB Variations
Color information
#BB685C (or 0xBB685C) is known color: Sunglo. HEX triplet: BB, 68 and 5C. RGB value is (187,104,92). Sum of RGB (Red+Green+Blue) = 187+104+92=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB685C is #4497A3. Grayscale: #7F7F7F. Windows color (decimal): -4495268 or 6056123. OLE color: 6056123.
HSL color Cylindrical-coordinate representation of color #BB685C: hue angle of 7.58º 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 #BB685C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 92 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.27 |
| HSL | 7.58º | 0.41% | 0.55% | - |
| HSV(B) | 7.58º | 0.51% | 0.73% | - |
| XYZ | 27.38 | 21.24 | 12.78 | - |
| YUV | 127.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 92 | 0 | 0.44 | 0.51 | 0.27 | 7.58 | 0.41 | 0.55 |
| Hex | BB | 68 | 5C | 0 | 2C | 33 | 1B | 8 | 29 | 37 |
| Octal | 273 | 150 | 134 | 0 | 54 | 63 | 33 | 10 | 51 | 67 |
| Binary | 10111011 | 1101000 | 1011100 | 0 | 101100 | 110011 | 11011 | 1000 | 101001 | 110111 |
Color Harmonies of #BB685C
Complementary color
Monochromatic Colors of #BB685C
Black with #BB685C
Text Example
Text Example
White with #BB685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB685C; }
p { color: rgb(187,104,92); }
H1.HeaderClassName
{
color: #BB685C;
}
.AnyTagClassName
{
color: #BB685C;
}
</style>
background-color css
<style>
a { background-color: #BB685C; }
a { background-color: rgb(187,104,92); }
div.DivClassName
{
background-color: #BB685C;
}
.BgClassName
{
background-color: #BB685C;
}
</style>
border-color css
<style>
span { border-color: #BB685C; }
span { border-color: rgb(187,104,92); }
td.TdClassName
{
border-color: #BB685C;
}
.TagClassName
{
border-color: #BB685C;
}
</style>