Shades of Sunglo #BD6052
Tints of Sunglo #BD6052
RGB
CMYK
RGB Variations
Color information
#BD6052 (or 0xBD6052) is known color: Sunglo. HEX triplet: BD, 60 and 52. RGB value is (189,96,82). Sum of RGB (Red+Green+Blue) = 189+96+82=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6052 is #429FAD. Grayscale: #7A7A7A. Windows color (decimal): -4366254 or 5398717. OLE color: 5398717.
HSL color Cylindrical-coordinate representation of color #BD6052: hue angle of 7.85º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6052 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 82 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.26 |
| HSL | 7.85º | 0.45% | 0.53% | - |
| HSV(B) | 7.85º | 0.57% | 0.74% | - |
| XYZ | 26.69 | 19.79 | 10.4 | - |
| YUV | 122.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 82 | 0 | 0.49 | 0.57 | 0.26 | 7.85 | 0.45 | 0.53 |
| Hex | BD | 60 | 52 | 0 | 31 | 39 | 1A | 8 | 2D | 35 |
| Octal | 275 | 140 | 122 | 0 | 61 | 71 | 32 | 10 | 55 | 65 |
| Binary | 10111101 | 1100000 | 1010010 | 0 | 110001 | 111001 | 11010 | 1000 | 101101 | 110101 |
Color Harmonies of #BD6052
Complementary color
Monochromatic Colors of #BD6052
Black with #BD6052
Text Example
Text Example
White with #BD6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6052; }
p { color: rgb(189,96,82); }
H1.HeaderClassName
{
color: #BD6052;
}
.AnyTagClassName
{
color: #BD6052;
}
</style>
background-color css
<style>
a { background-color: #BD6052; }
a { background-color: rgb(189,96,82); }
div.DivClassName
{
background-color: #BD6052;
}
.BgClassName
{
background-color: #BD6052;
}
</style>
border-color css
<style>
span { border-color: #BD6052; }
span { border-color: rgb(189,96,82); }
td.TdClassName
{
border-color: #BD6052;
}
.TagClassName
{
border-color: #BD6052;
}
</style>