Shades of Sunglo #BD6053
Tints of Sunglo #BD6053
RGB
CMYK
RGB Variations
Color information
#BD6053 (or 0xBD6053) is known color: Sunglo. HEX triplet: BD, 60 and 53. RGB value is (189,96,83). Sum of RGB (Red+Green+Blue) = 189+96+83=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6053 is #429FAC. Grayscale: #7A7A7A. Windows color (decimal): -4366253 or 5464253. OLE color: 5464253.
HSL color Cylindrical-coordinate representation of color #BD6053: hue angle of 7.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6053 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 83 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.26 |
| HSL | 7.36º | 0.45% | 0.53% | - |
| HSV(B) | 7.36º | 0.56% | 0.74% | - |
| XYZ | 26.73 | 19.81 | 10.6 | - |
| YUV | 122.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 83 | 0 | 0.49 | 0.56 | 0.26 | 7.36 | 0.45 | 0.53 |
| Hex | BD | 60 | 53 | 0 | 31 | 38 | 1A | 7 | 2D | 35 |
| Octal | 275 | 140 | 123 | 0 | 61 | 70 | 32 | 7 | 55 | 65 |
| Binary | 10111101 | 1100000 | 1010011 | 0 | 110001 | 111000 | 11010 | 111 | 101101 | 110101 |
Color Harmonies of #BD6053
Complementary color
Monochromatic Colors of #BD6053
Black with #BD6053
Text Example
Text Example
White with #BD6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6053; }
p { color: rgb(189,96,83); }
H1.HeaderClassName
{
color: #BD6053;
}
.AnyTagClassName
{
color: #BD6053;
}
</style>
background-color css
<style>
a { background-color: #BD6053; }
a { background-color: rgb(189,96,83); }
div.DivClassName
{
background-color: #BD6053;
}
.BgClassName
{
background-color: #BD6053;
}
</style>
border-color css
<style>
span { border-color: #BD6053; }
span { border-color: rgb(189,96,83); }
td.TdClassName
{
border-color: #BD6053;
}
.TagClassName
{
border-color: #BD6053;
}
</style>