Shades of Sunglo #B9615C
Tints of Sunglo #B9615C
RGB
CMYK
RGB Variations
Color information
#B9615C (or 0xB9615C) is known color: Sunglo. HEX triplet: B9, 61 and 5C. RGB value is (185,97,92). Sum of RGB (Red+Green+Blue) = 185+97+92=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9615C is #469EA3. Grayscale: #7A7A7A. Windows color (decimal): -4628132 or 6054329. OLE color: 6054329.
HSL color Cylindrical-coordinate representation of color #B9615C: hue angle of 3.23º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9615C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 97 | 92 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.27 |
| HSL | 3.23º | 0.4% | 0.54% | - |
| HSV(B) | 3.23º | 0.5% | 0.73% | - |
| XYZ | 26.21 | 19.64 | 12.53 | - |
| YUV | 122.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 92 | 0 | 0.48 | 0.50 | 0.27 | 3.23 | 0.4 | 0.54 |
| Hex | B9 | 61 | 5C | 0 | 30 | 32 | 1B | 3 | 28 | 36 |
| Octal | 271 | 141 | 134 | 0 | 60 | 62 | 33 | 3 | 50 | 66 |
| Binary | 10111001 | 1100001 | 1011100 | 0 | 110000 | 110010 | 11011 | 11 | 101000 | 110110 |
Color Harmonies of #B9615C
Complementary color
Monochromatic Colors of #B9615C
Black with #B9615C
Text Example
Text Example
White with #B9615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9615C; }
p { color: rgb(185,97,92); }
H1.HeaderClassName
{
color: #B9615C;
}
.AnyTagClassName
{
color: #B9615C;
}
</style>
background-color css
<style>
a { background-color: #B9615C; }
a { background-color: rgb(185,97,92); }
div.DivClassName
{
background-color: #B9615C;
}
.BgClassName
{
background-color: #B9615C;
}
</style>
border-color css
<style>
span { border-color: #B9615C; }
span { border-color: rgb(185,97,92); }
td.TdClassName
{
border-color: #B9615C;
}
.TagClassName
{
border-color: #B9615C;
}
</style>