Shades of Sunglo #B9635A
Tints of Sunglo #B9635A
RGB
CMYK
RGB Variations
Color information
#B9635A (or 0xB9635A) is known color: Sunglo. HEX triplet: B9, 63 and 5A. RGB value is (185,99,90). Sum of RGB (Red+Green+Blue) = 185+99+90=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9635A is #469CA5. Grayscale: #7B7B7B. Windows color (decimal): -4627622 or 5923769. OLE color: 5923769.
HSL color Cylindrical-coordinate representation of color #B9635A: hue angle of 5.68º 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 #B9635A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 90 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.27 |
| HSL | 5.68º | 0.4% | 0.54% | - |
| HSV(B) | 5.68º | 0.51% | 0.73% | - |
| XYZ | 26.31 | 19.98 | 12.14 | - |
| YUV | 123.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 90 | 0 | 0.46 | 0.51 | 0.27 | 5.68 | 0.4 | 0.54 |
| Hex | B9 | 63 | 5A | 0 | 2E | 33 | 1B | 6 | 28 | 36 |
| Octal | 271 | 143 | 132 | 0 | 56 | 63 | 33 | 6 | 50 | 66 |
| Binary | 10111001 | 1100011 | 1011010 | 0 | 101110 | 110011 | 11011 | 110 | 101000 | 110110 |
Color Harmonies of #B9635A
Complementary color
Monochromatic Colors of #B9635A
Black with #B9635A
Text Example
Text Example
White with #B9635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9635A; }
p { color: rgb(185,99,90); }
H1.HeaderClassName
{
color: #B9635A;
}
.AnyTagClassName
{
color: #B9635A;
}
</style>
background-color css
<style>
a { background-color: #B9635A; }
a { background-color: rgb(185,99,90); }
div.DivClassName
{
background-color: #B9635A;
}
.BgClassName
{
background-color: #B9635A;
}
</style>
border-color css
<style>
span { border-color: #B9635A; }
span { border-color: rgb(185,99,90); }
td.TdClassName
{
border-color: #B9635A;
}
.TagClassName
{
border-color: #B9635A;
}
</style>