Shades of Sunglo #B5635A
Tints of Sunglo #B5635A
RGB
CMYK
RGB Variations
Color information
#B5635A (or 0xB5635A) is known color: Sunglo. HEX triplet: B5, 63 and 5A. RGB value is (181,99,90). Sum of RGB (Red+Green+Blue) = 181+99+90=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5635A is #4A9CA5. Grayscale: #7A7A7A. Windows color (decimal): -4889766 or 5923765. OLE color: 5923765.
HSL color Cylindrical-coordinate representation of color #B5635A: hue angle of 5.93º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5635A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 99 | 90 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.29 |
| HSL | 5.93º | 0.38% | 0.53% | - |
| HSV(B) | 5.93º | 0.5% | 0.71% | - |
| XYZ | 25.36 | 19.49 | 12.1 | - |
| YUV | 122.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 90 | 0 | 0.45 | 0.50 | 0.29 | 5.93 | 0.38 | 0.53 |
| Hex | B5 | 63 | 5A | 0 | 2D | 32 | 1D | 6 | 26 | 35 |
| Octal | 265 | 143 | 132 | 0 | 55 | 62 | 35 | 6 | 46 | 65 |
| Binary | 10110101 | 1100011 | 1011010 | 0 | 101101 | 110010 | 11101 | 110 | 100110 | 110101 |
Color Harmonies of #B5635A
Complementary color
Monochromatic Colors of #B5635A
Black with #B5635A
Text Example
Text Example
White with #B5635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5635A; }
p { color: rgb(181,99,90); }
H1.HeaderClassName
{
color: #B5635A;
}
.AnyTagClassName
{
color: #B5635A;
}
</style>
background-color css
<style>
a { background-color: #B5635A; }
a { background-color: rgb(181,99,90); }
div.DivClassName
{
background-color: #B5635A;
}
.BgClassName
{
background-color: #B5635A;
}
</style>
border-color css
<style>
span { border-color: #B5635A; }
span { border-color: rgb(181,99,90); }
td.TdClassName
{
border-color: #B5635A;
}
.TagClassName
{
border-color: #B5635A;
}
</style>