Shades of Sunglo #B9665B
Tints of Sunglo #B9665B
RGB
CMYK
RGB Variations
Color information
#B9665B (or 0xB9665B) is known color: Sunglo. HEX triplet: B9, 66 and 5B. RGB value is (185,102,91). Sum of RGB (Red+Green+Blue) = 185+102+91=378 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.94% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 185 - color contains mainly: red. Hex color #B9665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9665B is #4699A4. Grayscale: #7D7D7D. Windows color (decimal): -4626853 or 5990073. OLE color: 5990073.
HSL color Cylindrical-coordinate representation of color #B9665B: hue angle of 7.02º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9665B is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 91 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.27 |
| HSL | 7.02º | 0.4% | 0.54% | - |
| HSV(B) | 7.02º | 0.51% | 0.73% | - |
| XYZ | 26.65 | 20.57 | 12.46 | - |
| YUV | 125.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 91 | 0 | 0.45 | 0.51 | 0.27 | 7.02 | 0.4 | 0.54 |
| Hex | B9 | 66 | 5B | 0 | 2D | 33 | 1B | 7 | 28 | 36 |
| Octal | 271 | 146 | 133 | 0 | 55 | 63 | 33 | 7 | 50 | 66 |
| Binary | 10111001 | 1100110 | 1011011 | 0 | 101101 | 110011 | 11011 | 111 | 101000 | 110110 |
Color Harmonies of #B9665B
Complementary color
Monochromatic Colors of #B9665B
Black with #B9665B
Text Example
Text Example
White with #B9665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9665B; }
p { color: rgb(185,102,91); }
H1.HeaderClassName
{
color: #B9665B;
}
.AnyTagClassName
{
color: #B9665B;
}
</style>
background-color css
<style>
a { background-color: #B9665B; }
a { background-color: rgb(185,102,91); }
div.DivClassName
{
background-color: #B9665B;
}
.BgClassName
{
background-color: #B9665B;
}
</style>
border-color css
<style>
span { border-color: #B9665B; }
span { border-color: rgb(185,102,91); }
td.TdClassName
{
border-color: #B9665B;
}
.TagClassName
{
border-color: #B9665B;
}
</style>