Shades of Sunglo #BD6955
Tints of Sunglo #BD6955
RGB
CMYK
RGB Variations
Color information
#BD6955 (or 0xBD6955) is known color: Sunglo. HEX triplet: BD, 69 and 55. RGB value is (189,105,85). Sum of RGB (Red+Green+Blue) = 189+105+85=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6955 is #4296AA. Grayscale: #7F7F7F. Windows color (decimal): -4363947 or 5597629. OLE color: 5597629.
HSL color Cylindrical-coordinate representation of color #BD6955: hue angle of 11.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6955 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 105 | 85 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.26 |
| HSL | 11.54º | 0.44% | 0.54% | - |
| HSV(B) | 11.54º | 0.55% | 0.74% | - |
| XYZ | 27.68 | 21.58 | 11.3 | - |
| YUV | 127.84 | 103.83 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 85 | 0 | 0.44 | 0.55 | 0.26 | 11.54 | 0.44 | 0.54 |
| Hex | BD | 69 | 55 | 0 | 2C | 37 | 1A | C | 2C | 36 |
| Octal | 275 | 151 | 125 | 0 | 54 | 67 | 32 | 14 | 54 | 66 |
| Binary | 10111101 | 1101001 | 1010101 | 0 | 101100 | 110111 | 11010 | 1100 | 101100 | 110110 |
Color Harmonies of #BD6955
Complementary color
Monochromatic Colors of #BD6955
Black with #BD6955
Text Example
Text Example
White with #BD6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6955; }
p { color: rgb(189,105,85); }
H1.HeaderClassName
{
color: #BD6955;
}
.AnyTagClassName
{
color: #BD6955;
}
</style>
background-color css
<style>
a { background-color: #BD6955; }
a { background-color: rgb(189,105,85); }
div.DivClassName
{
background-color: #BD6955;
}
.BgClassName
{
background-color: #BD6955;
}
</style>
border-color css
<style>
span { border-color: #BD6955; }
span { border-color: rgb(189,105,85); }
td.TdClassName
{
border-color: #BD6955;
}
.TagClassName
{
border-color: #BD6955;
}
</style>