Shades of Sunglo #BD615C
Tints of Sunglo #BD615C
RGB
CMYK
RGB Variations
Color information
#BD615C (or 0xBD615C) is known color: Sunglo. HEX triplet: BD, 61 and 5C. RGB value is (189,97,92). Sum of RGB (Red+Green+Blue) = 189+97+92=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD615C is #429EA3. Grayscale: #7C7C7C. Windows color (decimal): -4365988 or 6054333. OLE color: 6054333.
HSL color Cylindrical-coordinate representation of color #BD615C: hue angle of 3.09º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD615C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 92 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.26 |
| HSL | 3.09º | 0.42% | 0.55% | - |
| HSV(B) | 3.09º | 0.51% | 0.74% | - |
| XYZ | 27.19 | 20.14 | 12.58 | - |
| YUV | 123.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 92 | 0 | 0.49 | 0.51 | 0.26 | 3.09 | 0.42 | 0.55 |
| Hex | BD | 61 | 5C | 0 | 31 | 33 | 1A | 3 | 2A | 37 |
| Octal | 275 | 141 | 134 | 0 | 61 | 63 | 32 | 3 | 52 | 67 |
| Binary | 10111101 | 1100001 | 1011100 | 0 | 110001 | 110011 | 11010 | 11 | 101010 | 110111 |
Color Harmonies of #BD615C
Complementary color
Monochromatic Colors of #BD615C
Black with #BD615C
Text Example
Text Example
White with #BD615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD615C; }
p { color: rgb(189,97,92); }
H1.HeaderClassName
{
color: #BD615C;
}
.AnyTagClassName
{
color: #BD615C;
}
</style>
background-color css
<style>
a { background-color: #BD615C; }
a { background-color: rgb(189,97,92); }
div.DivClassName
{
background-color: #BD615C;
}
.BgClassName
{
background-color: #BD615C;
}
</style>
border-color css
<style>
span { border-color: #BD615C; }
span { border-color: rgb(189,97,92); }
td.TdClassName
{
border-color: #BD615C;
}
.TagClassName
{
border-color: #BD615C;
}
</style>