Shades of Sunglo #BD6555
Tints of Sunglo #BD6555
RGB
CMYK
RGB Variations
Color information
#BD6555 (or 0xBD6555) is known color: Sunglo. HEX triplet: BD, 65 and 55. RGB value is (189,101,85). Sum of RGB (Red+Green+Blue) = 189+101+85=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6555 is #429AAA. Grayscale: #7D7D7D. Windows color (decimal): -4364971 or 5596605. OLE color: 5596605.
HSL color Cylindrical-coordinate representation of color #BD6555: hue angle of 9.23º 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 #BD6555 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 85 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.26 |
| HSL | 9.23º | 0.44% | 0.54% | - |
| HSV(B) | 9.23º | 0.55% | 0.74% | - |
| XYZ | 27.28 | 20.78 | 11.17 | - |
| YUV | 125.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 85 | 0 | 0.47 | 0.55 | 0.26 | 9.23 | 0.44 | 0.54 |
| Hex | BD | 65 | 55 | 0 | 2F | 37 | 1A | 9 | 2C | 36 |
| Octal | 275 | 145 | 125 | 0 | 57 | 67 | 32 | 11 | 54 | 66 |
| Binary | 10111101 | 1100101 | 1010101 | 0 | 101111 | 110111 | 11010 | 1001 | 101100 | 110110 |
Color Harmonies of #BD6555
Complementary color
Monochromatic Colors of #BD6555
Black with #BD6555
Text Example
Text Example
White with #BD6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6555; }
p { color: rgb(189,101,85); }
H1.HeaderClassName
{
color: #BD6555;
}
.AnyTagClassName
{
color: #BD6555;
}
</style>
background-color css
<style>
a { background-color: #BD6555; }
a { background-color: rgb(189,101,85); }
div.DivClassName
{
background-color: #BD6555;
}
.BgClassName
{
background-color: #BD6555;
}
</style>
border-color css
<style>
span { border-color: #BD6555; }
span { border-color: rgb(189,101,85); }
td.TdClassName
{
border-color: #BD6555;
}
.TagClassName
{
border-color: #BD6555;
}
</style>