Shades of Sunglo #BD625E
Tints of Sunglo #BD625E
RGB
CMYK
RGB Variations
Color information
#BD625E (or 0xBD625E) is known color: Sunglo. HEX triplet: BD, 62 and 5E. RGB value is (189,98,94). Sum of RGB (Red+Green+Blue) = 189+98+94=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD625E is #429DA1. Grayscale: #7C7C7C. Windows color (decimal): -4365730 or 6185661. OLE color: 6185661.
HSL color Cylindrical-coordinate representation of color #BD625E: hue angle of 2.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD625E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 94 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.26 |
| HSL | 2.53º | 0.42% | 0.55% | - |
| HSV(B) | 2.53º | 0.5% | 0.74% | - |
| XYZ | 27.37 | 20.36 | 13.08 | - |
| YUV | 124.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 94 | 0 | 0.48 | 0.50 | 0.26 | 2.53 | 0.42 | 0.55 |
| Hex | BD | 62 | 5E | 0 | 30 | 32 | 1A | 3 | 2A | 37 |
| Octal | 275 | 142 | 136 | 0 | 60 | 62 | 32 | 3 | 52 | 67 |
| Binary | 10111101 | 1100010 | 1011110 | 0 | 110000 | 110010 | 11010 | 11 | 101010 | 110111 |
Color Harmonies of #BD625E
Complementary color
Monochromatic Colors of #BD625E
Black with #BD625E
Text Example
Text Example
White with #BD625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD625E; }
p { color: rgb(189,98,94); }
H1.HeaderClassName
{
color: #BD625E;
}
.AnyTagClassName
{
color: #BD625E;
}
</style>
background-color css
<style>
a { background-color: #BD625E; }
a { background-color: rgb(189,98,94); }
div.DivClassName
{
background-color: #BD625E;
}
.BgClassName
{
background-color: #BD625E;
}
</style>
border-color css
<style>
span { border-color: #BD625E; }
span { border-color: rgb(189,98,94); }
td.TdClassName
{
border-color: #BD625E;
}
.TagClassName
{
border-color: #BD625E;
}
</style>