Shades of Sunglo #BD6856
Tints of Sunglo #BD6856
RGB
CMYK
RGB Variations
Color information
#BD6856 (or 0xBD6856) is known color: Sunglo. HEX triplet: BD, 68 and 56. RGB value is (189,104,86). Sum of RGB (Red+Green+Blue) = 189+104+86=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6856 is #4297A9. Grayscale: #7F7F7F. Windows color (decimal): -4364202 or 5662909. OLE color: 5662909.
HSL color Cylindrical-coordinate representation of color #BD6856: hue angle of 10.49º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6856 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 86 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.26 |
| HSL | 10.49º | 0.44% | 0.54% | - |
| HSV(B) | 10.49º | 0.54% | 0.74% | - |
| XYZ | 27.62 | 21.39 | 11.48 | - |
| YUV | 127.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 86 | 0 | 0.45 | 0.54 | 0.26 | 10.49 | 0.44 | 0.54 |
| Hex | BD | 68 | 56 | 0 | 2D | 36 | 1A | A | 2C | 36 |
| Octal | 275 | 150 | 126 | 0 | 55 | 66 | 32 | 12 | 54 | 66 |
| Binary | 10111101 | 1101000 | 1010110 | 0 | 101101 | 110110 | 11010 | 1010 | 101100 | 110110 |
Color Harmonies of #BD6856
Complementary color
Monochromatic Colors of #BD6856
Black with #BD6856
Text Example
Text Example
White with #BD6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6856; }
p { color: rgb(189,104,86); }
H1.HeaderClassName
{
color: #BD6856;
}
.AnyTagClassName
{
color: #BD6856;
}
</style>
background-color css
<style>
a { background-color: #BD6856; }
a { background-color: rgb(189,104,86); }
div.DivClassName
{
background-color: #BD6856;
}
.BgClassName
{
background-color: #BD6856;
}
</style>
border-color css
<style>
span { border-color: #BD6856; }
span { border-color: rgb(189,104,86); }
td.TdClassName
{
border-color: #BD6856;
}
.TagClassName
{
border-color: #BD6856;
}
</style>