Shades of Sunglo #B9625A
Tints of Sunglo #B9625A
RGB
CMYK
RGB Variations
Color information
#B9625A (or 0xB9625A) is known color: Sunglo. HEX triplet: B9, 62 and 5A. RGB value is (185,98,90). Sum of RGB (Red+Green+Blue) = 185+98+90=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B9625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9625A is #469DA5. Grayscale: #7B7B7B. Windows color (decimal): -4627878 or 5923513. OLE color: 5923513.
HSL color Cylindrical-coordinate representation of color #B9625A: hue angle of 5.05º 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 #B9625A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 90 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.27 |
| HSL | 5.05º | 0.4% | 0.54% | - |
| HSV(B) | 5.05º | 0.51% | 0.73% | - |
| XYZ | 26.22 | 19.79 | 12.11 | - |
| YUV | 123.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 90 | 0 | 0.47 | 0.51 | 0.27 | 5.05 | 0.4 | 0.54 |
| Hex | B9 | 62 | 5A | 0 | 2F | 33 | 1B | 5 | 28 | 36 |
| Octal | 271 | 142 | 132 | 0 | 57 | 63 | 33 | 5 | 50 | 66 |
| Binary | 10111001 | 1100010 | 1011010 | 0 | 101111 | 110011 | 11011 | 101 | 101000 | 110110 |
Color Harmonies of #B9625A
Complementary color
Monochromatic Colors of #B9625A
Black with #B9625A
Text Example
Text Example
White with #B9625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9625A; }
p { color: rgb(185,98,90); }
H1.HeaderClassName
{
color: #B9625A;
}
.AnyTagClassName
{
color: #B9625A;
}
</style>
background-color css
<style>
a { background-color: #B9625A; }
a { background-color: rgb(185,98,90); }
div.DivClassName
{
background-color: #B9625A;
}
.BgClassName
{
background-color: #B9625A;
}
</style>
border-color css
<style>
span { border-color: #B9625A; }
span { border-color: rgb(185,98,90); }
td.TdClassName
{
border-color: #B9625A;
}
.TagClassName
{
border-color: #B9625A;
}
</style>