Shades of Sunglo #BB6754
Tints of Sunglo #BB6754
RGB
CMYK
RGB Variations
Color information
#BB6754 (or 0xBB6754) is known color: Sunglo. HEX triplet: BB, 67 and 54. RGB value is (187,103,84). Sum of RGB (Red+Green+Blue) = 187+103+84=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6754 is #4498AB. Grayscale: #7E7E7E. Windows color (decimal): -4495532 or 5531579. OLE color: 5531579.
HSL color Cylindrical-coordinate representation of color #BB6754: hue angle of 11.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6754 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 84 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.27 |
| HSL | 11.07º | 0.43% | 0.53% | - |
| HSV(B) | 11.07º | 0.55% | 0.73% | - |
| XYZ | 26.94 | 20.91 | 11 | - |
| YUV | 125.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 84 | 0 | 0.45 | 0.55 | 0.27 | 11.07 | 0.43 | 0.53 |
| Hex | BB | 67 | 54 | 0 | 2D | 37 | 1B | B | 2B | 35 |
| Octal | 273 | 147 | 124 | 0 | 55 | 67 | 33 | 13 | 53 | 65 |
| Binary | 10111011 | 1100111 | 1010100 | 0 | 101101 | 110111 | 11011 | 1011 | 101011 | 110101 |
Color Harmonies of #BB6754
Complementary color
Monochromatic Colors of #BB6754
Black with #BB6754
Text Example
Text Example
White with #BB6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6754; }
p { color: rgb(187,103,84); }
H1.HeaderClassName
{
color: #BB6754;
}
.AnyTagClassName
{
color: #BB6754;
}
</style>
background-color css
<style>
a { background-color: #BB6754; }
a { background-color: rgb(187,103,84); }
div.DivClassName
{
background-color: #BB6754;
}
.BgClassName
{
background-color: #BB6754;
}
</style>
border-color css
<style>
span { border-color: #BB6754; }
span { border-color: rgb(187,103,84); }
td.TdClassName
{
border-color: #BB6754;
}
.TagClassName
{
border-color: #BB6754;
}
</style>