Shades of Sunglo #BD6656
Tints of Sunglo #BD6656
RGB
CMYK
RGB Variations
Color information
#BD6656 (or 0xBD6656) is known color: Sunglo. HEX triplet: BD, 66 and 56. RGB value is (189,102,86). Sum of RGB (Red+Green+Blue) = 189+102+86=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6656 is #4299A9. Grayscale: #7E7E7E. Windows color (decimal): -4364714 or 5662397. OLE color: 5662397.
HSL color Cylindrical-coordinate representation of color #BD6656: hue angle of 9.32º 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 #BD6656 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 86 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.26 |
| HSL | 9.32º | 0.44% | 0.54% | - |
| HSV(B) | 9.32º | 0.54% | 0.74% | - |
| XYZ | 27.42 | 20.99 | 11.41 | - |
| YUV | 126.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 86 | 0 | 0.46 | 0.54 | 0.26 | 9.32 | 0.44 | 0.54 |
| Hex | BD | 66 | 56 | 0 | 2E | 36 | 1A | 9 | 2C | 36 |
| Octal | 275 | 146 | 126 | 0 | 56 | 66 | 32 | 11 | 54 | 66 |
| Binary | 10111101 | 1100110 | 1010110 | 0 | 101110 | 110110 | 11010 | 1001 | 101100 | 110110 |
Color Harmonies of #BD6656
Complementary color
Monochromatic Colors of #BD6656
Black with #BD6656
Text Example
Text Example
White with #BD6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6656; }
p { color: rgb(189,102,86); }
H1.HeaderClassName
{
color: #BD6656;
}
.AnyTagClassName
{
color: #BD6656;
}
</style>
background-color css
<style>
a { background-color: #BD6656; }
a { background-color: rgb(189,102,86); }
div.DivClassName
{
background-color: #BD6656;
}
.BgClassName
{
background-color: #BD6656;
}
</style>
border-color css
<style>
span { border-color: #BD6656; }
span { border-color: rgb(189,102,86); }
td.TdClassName
{
border-color: #BD6656;
}
.TagClassName
{
border-color: #BD6656;
}
</style>