Shades of Sunglo #BB685A
Tints of Sunglo #BB685A
RGB
CMYK
RGB Variations
Color information
#BB685A (or 0xBB685A) is known color: Sunglo. HEX triplet: BB, 68 and 5A. RGB value is (187,104,90). Sum of RGB (Red+Green+Blue) = 187+104+90=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB685A is #4497A5. Grayscale: #7F7F7F. Windows color (decimal): -4495270 or 5925051. OLE color: 5925051.
HSL color Cylindrical-coordinate representation of color #BB685A: hue angle of 8.66º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB685A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 90 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.27 |
| HSL | 8.66º | 0.42% | 0.54% | - |
| HSV(B) | 8.66º | 0.52% | 0.73% | - |
| XYZ | 27.29 | 21.2 | 12.33 | - |
| YUV | 127.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 90 | 0 | 0.44 | 0.52 | 0.27 | 8.66 | 0.42 | 0.54 |
| Hex | BB | 68 | 5A | 0 | 2C | 34 | 1B | 9 | 2A | 36 |
| Octal | 273 | 150 | 132 | 0 | 54 | 64 | 33 | 11 | 52 | 66 |
| Binary | 10111011 | 1101000 | 1011010 | 0 | 101100 | 110100 | 11011 | 1001 | 101010 | 110110 |
Color Harmonies of #BB685A
Complementary color
Monochromatic Colors of #BB685A
Black with #BB685A
Text Example
Text Example
White with #BB685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB685A; }
p { color: rgb(187,104,90); }
H1.HeaderClassName
{
color: #BB685A;
}
.AnyTagClassName
{
color: #BB685A;
}
</style>
background-color css
<style>
a { background-color: #BB685A; }
a { background-color: rgb(187,104,90); }
div.DivClassName
{
background-color: #BB685A;
}
.BgClassName
{
background-color: #BB685A;
}
</style>
border-color css
<style>
span { border-color: #BB685A; }
span { border-color: rgb(187,104,90); }
td.TdClassName
{
border-color: #BB685A;
}
.TagClassName
{
border-color: #BB685A;
}
</style>