Shades of Sunglo #B9655D
Tints of Sunglo #B9655D
RGB
CMYK
RGB Variations
Color information
#B9655D (or 0xB9655D) is known color: Sunglo. HEX triplet: B9, 65 and 5D. RGB value is (185,101,93). Sum of RGB (Red+Green+Blue) = 185+101+93=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9655D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9655D is #469AA2. Grayscale: #7D7D7D. Windows color (decimal): -4627107 or 6120889. OLE color: 6120889.
HSL color Cylindrical-coordinate representation of color #B9655D: hue angle of 5.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9655D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 93 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.27 |
| HSL | 5.22º | 0.4% | 0.55% | - |
| HSV(B) | 5.22º | 0.5% | 0.73% | - |
| XYZ | 26.64 | 20.41 | 12.89 | - |
| YUV | 125.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 93 | 0 | 0.45 | 0.50 | 0.27 | 5.22 | 0.4 | 0.55 |
| Hex | B9 | 65 | 5D | 0 | 2D | 32 | 1B | 5 | 28 | 37 |
| Octal | 271 | 145 | 135 | 0 | 55 | 62 | 33 | 5 | 50 | 67 |
| Binary | 10111001 | 1100101 | 1011101 | 0 | 101101 | 110010 | 11011 | 101 | 101000 | 110111 |
Color Harmonies of #B9655D
Complementary color
Monochromatic Colors of #B9655D
Black with #B9655D
Text Example
Text Example
White with #B9655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9655D; }
p { color: rgb(185,101,93); }
H1.HeaderClassName
{
color: #B9655D;
}
.AnyTagClassName
{
color: #B9655D;
}
</style>
background-color css
<style>
a { background-color: #B9655D; }
a { background-color: rgb(185,101,93); }
div.DivClassName
{
background-color: #B9655D;
}
.BgClassName
{
background-color: #B9655D;
}
</style>
border-color css
<style>
span { border-color: #B9655D; }
span { border-color: rgb(185,101,93); }
td.TdClassName
{
border-color: #B9655D;
}
.TagClassName
{
border-color: #B9655D;
}
</style>