Shades of Sunglo #BD685C
Tints of Sunglo #BD685C
RGB
CMYK
RGB Variations
Color information
#BD685C (or 0xBD685C) is known color: Sunglo. HEX triplet: BD, 68 and 5C. RGB value is (189,104,92). Sum of RGB (Red+Green+Blue) = 189+104+92=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD685C is #4297A3. Grayscale: #808080. Windows color (decimal): -4364196 or 6056125. OLE color: 6056125.
HSL color Cylindrical-coordinate representation of color #BD685C: hue angle of 7.42º 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 #BD685C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 92 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.26 |
| HSL | 7.42º | 0.42% | 0.55% | - |
| HSV(B) | 7.42º | 0.51% | 0.74% | - |
| XYZ | 27.87 | 21.49 | 12.8 | - |
| YUV | 128.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 92 | 0 | 0.45 | 0.51 | 0.26 | 7.42 | 0.42 | 0.55 |
| Hex | BD | 68 | 5C | 0 | 2D | 33 | 1A | 7 | 2A | 37 |
| Octal | 275 | 150 | 134 | 0 | 55 | 63 | 32 | 7 | 52 | 67 |
| Binary | 10111101 | 1101000 | 1011100 | 0 | 101101 | 110011 | 11010 | 111 | 101010 | 110111 |
Color Harmonies of #BD685C
Complementary color
Monochromatic Colors of #BD685C
Black with #BD685C
Text Example
Text Example
White with #BD685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD685C; }
p { color: rgb(189,104,92); }
H1.HeaderClassName
{
color: #BD685C;
}
.AnyTagClassName
{
color: #BD685C;
}
</style>
background-color css
<style>
a { background-color: #BD685C; }
a { background-color: rgb(189,104,92); }
div.DivClassName
{
background-color: #BD685C;
}
.BgClassName
{
background-color: #BD685C;
}
</style>
border-color css
<style>
span { border-color: #BD685C; }
span { border-color: rgb(189,104,92); }
td.TdClassName
{
border-color: #BD685C;
}
.TagClassName
{
border-color: #BD685C;
}
</style>