Shades of Sunglo #BD635C
Tints of Sunglo #BD635C
RGB
CMYK
RGB Variations
Color information
#BD635C (or 0xBD635C) is known color: Sunglo. HEX triplet: BD, 63 and 5C. RGB value is (189,99,92). Sum of RGB (Red+Green+Blue) = 189+99+92=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD635C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD635C is #429CA3. Grayscale: #7D7D7D. Windows color (decimal): -4365476 or 6054845. OLE color: 6054845.
HSL color Cylindrical-coordinate representation of color #BD635C: hue angle of 4.33º 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 #BD635C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 92 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.26 |
| HSL | 4.33º | 0.42% | 0.55% | - |
| HSV(B) | 4.33º | 0.51% | 0.74% | - |
| XYZ | 27.38 | 20.52 | 12.64 | - |
| YUV | 125.11 | 109.32 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 92 | 0 | 0.48 | 0.51 | 0.26 | 4.33 | 0.42 | 0.55 |
| Hex | BD | 63 | 5C | 0 | 30 | 33 | 1A | 4 | 2A | 37 |
| Octal | 275 | 143 | 134 | 0 | 60 | 63 | 32 | 4 | 52 | 67 |
| Binary | 10111101 | 1100011 | 1011100 | 0 | 110000 | 110011 | 11010 | 100 | 101010 | 110111 |
Color Harmonies of #BD635C
Complementary color
Monochromatic Colors of #BD635C
Black with #BD635C
Text Example
Text Example
White with #BD635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD635C; }
p { color: rgb(189,99,92); }
H1.HeaderClassName
{
color: #BD635C;
}
.AnyTagClassName
{
color: #BD635C;
}
</style>
background-color css
<style>
a { background-color: #BD635C; }
a { background-color: rgb(189,99,92); }
div.DivClassName
{
background-color: #BD635C;
}
.BgClassName
{
background-color: #BD635C;
}
</style>
border-color css
<style>
span { border-color: #BD635C; }
span { border-color: rgb(189,99,92); }
td.TdClassName
{
border-color: #BD635C;
}
.TagClassName
{
border-color: #BD635C;
}
</style>