Shades of Sunglo #BD6458
Tints of Sunglo #BD6458
RGB
CMYK
RGB Variations
Color information
#BD6458 (or 0xBD6458) is known color: Sunglo. HEX triplet: BD, 64 and 58. RGB value is (189,100,88). Sum of RGB (Red+Green+Blue) = 189+100+88=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6458 is #429BA7. Grayscale: #7D7D7D. Windows color (decimal): -4365224 or 5792957. OLE color: 5792957.
HSL color Cylindrical-coordinate representation of color #BD6458: hue angle of 7.13º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD6458 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 88 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.26 |
| HSL | 7.13º | 0.43% | 0.54% | - |
| HSV(B) | 7.13º | 0.53% | 0.74% | - |
| XYZ | 27.3 | 20.64 | 11.78 | - |
| YUV | 125.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 88 | 0 | 0.47 | 0.53 | 0.26 | 7.13 | 0.43 | 0.54 |
| Hex | BD | 64 | 58 | 0 | 2F | 35 | 1A | 7 | 2B | 36 |
| Octal | 275 | 144 | 130 | 0 | 57 | 65 | 32 | 7 | 53 | 66 |
| Binary | 10111101 | 1100100 | 1011000 | 0 | 101111 | 110101 | 11010 | 111 | 101011 | 110110 |
Color Harmonies of #BD6458
Complementary color
Monochromatic Colors of #BD6458
Black with #BD6458
Text Example
Text Example
White with #BD6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6458; }
p { color: rgb(189,100,88); }
H1.HeaderClassName
{
color: #BD6458;
}
.AnyTagClassName
{
color: #BD6458;
}
</style>
background-color css
<style>
a { background-color: #BD6458; }
a { background-color: rgb(189,100,88); }
div.DivClassName
{
background-color: #BD6458;
}
.BgClassName
{
background-color: #BD6458;
}
</style>
border-color css
<style>
span { border-color: #BD6458; }
span { border-color: rgb(189,100,88); }
td.TdClassName
{
border-color: #BD6458;
}
.TagClassName
{
border-color: #BD6458;
}
</style>