Shades of Sunglo #BD6956
Tints of Sunglo #BD6956
RGB
CMYK
RGB Variations
Color information
#BD6956 (or 0xBD6956) is known color: Sunglo. HEX triplet: BD, 69 and 56. RGB value is (189,105,86). Sum of RGB (Red+Green+Blue) = 189+105+86=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6956 is #4296A9. Grayscale: #808080. Windows color (decimal): -4363946 or 5663165. OLE color: 5663165.
HSL color Cylindrical-coordinate representation of color #BD6956: hue angle of 11.07º 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 #BD6956 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 86 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.26 |
| HSL | 11.07º | 0.44% | 0.54% | - |
| HSV(B) | 11.07º | 0.54% | 0.74% | - |
| XYZ | 27.72 | 21.59 | 11.51 | - |
| YUV | 127.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 86 | 0 | 0.44 | 0.54 | 0.26 | 11.07 | 0.44 | 0.54 |
| Hex | BD | 69 | 56 | 0 | 2C | 36 | 1A | B | 2C | 36 |
| Octal | 275 | 151 | 126 | 0 | 54 | 66 | 32 | 13 | 54 | 66 |
| Binary | 10111101 | 1101001 | 1010110 | 0 | 101100 | 110110 | 11010 | 1011 | 101100 | 110110 |
Color Harmonies of #BD6956
Complementary color
Monochromatic Colors of #BD6956
Black with #BD6956
Text Example
Text Example
White with #BD6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6956; }
p { color: rgb(189,105,86); }
H1.HeaderClassName
{
color: #BD6956;
}
.AnyTagClassName
{
color: #BD6956;
}
</style>
background-color css
<style>
a { background-color: #BD6956; }
a { background-color: rgb(189,105,86); }
div.DivClassName
{
background-color: #BD6956;
}
.BgClassName
{
background-color: #BD6956;
}
</style>
border-color css
<style>
span { border-color: #BD6956; }
span { border-color: rgb(189,105,86); }
td.TdClassName
{
border-color: #BD6956;
}
.TagClassName
{
border-color: #BD6956;
}
</style>