Shades of Sunglo #BD655E
Tints of Sunglo #BD655E
RGB
CMYK
RGB Variations
Color information
#BD655E (or 0xBD655E) is known color: Sunglo. HEX triplet: BD, 65 and 5E. RGB value is (189,101,94). Sum of RGB (Red+Green+Blue) = 189+101+94=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD655E is #429AA1. Grayscale: #7E7E7E. Windows color (decimal): -4364962 or 6186429. OLE color: 6186429.
HSL color Cylindrical-coordinate representation of color #BD655E: hue angle of 4.42º 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 #BD655E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 94 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.26 |
| HSL | 4.42º | 0.42% | 0.55% | - |
| HSV(B) | 4.42º | 0.5% | 0.74% | - |
| XYZ | 27.66 | 20.93 | 13.17 | - |
| YUV | 126.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 94 | 0 | 0.47 | 0.50 | 0.26 | 4.42 | 0.42 | 0.55 |
| Hex | BD | 65 | 5E | 0 | 2F | 32 | 1A | 4 | 2A | 37 |
| Octal | 275 | 145 | 136 | 0 | 57 | 62 | 32 | 4 | 52 | 67 |
| Binary | 10111101 | 1100101 | 1011110 | 0 | 101111 | 110010 | 11010 | 100 | 101010 | 110111 |
Color Harmonies of #BD655E
Complementary color
Monochromatic Colors of #BD655E
Black with #BD655E
Text Example
Text Example
White with #BD655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD655E; }
p { color: rgb(189,101,94); }
H1.HeaderClassName
{
color: #BD655E;
}
.AnyTagClassName
{
color: #BD655E;
}
</style>
background-color css
<style>
a { background-color: #BD655E; }
a { background-color: rgb(189,101,94); }
div.DivClassName
{
background-color: #BD655E;
}
.BgClassName
{
background-color: #BD655E;
}
</style>
border-color css
<style>
span { border-color: #BD655E; }
span { border-color: rgb(189,101,94); }
td.TdClassName
{
border-color: #BD655E;
}
.TagClassName
{
border-color: #BD655E;
}
</style>