Shades of Sunglo #B7635A
Tints of Sunglo #B7635A
RGB
CMYK
RGB Variations
Color information
#B7635A (or 0xB7635A) is known color: Sunglo. HEX triplet: B7, 63 and 5A. RGB value is (183,99,90). Sum of RGB (Red+Green+Blue) = 183+99+90=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7635A is #489CA5. Grayscale: #7B7B7B. Windows color (decimal): -4758694 or 5923767. OLE color: 5923767.
HSL color Cylindrical-coordinate representation of color #B7635A: hue angle of 5.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7635A is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 90 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.28 |
| HSL | 5.81º | 0.39% | 0.54% | - |
| HSV(B) | 5.81º | 0.51% | 0.72% | - |
| XYZ | 25.84 | 19.73 | 12.12 | - |
| YUV | 123.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 90 | 0 | 0.46 | 0.51 | 0.28 | 5.81 | 0.39 | 0.54 |
| Hex | B7 | 63 | 5A | 0 | 2E | 33 | 1C | 6 | 27 | 36 |
| Octal | 267 | 143 | 132 | 0 | 56 | 63 | 34 | 6 | 47 | 66 |
| Binary | 10110111 | 1100011 | 1011010 | 0 | 101110 | 110011 | 11100 | 110 | 100111 | 110110 |
Color Harmonies of #B7635A
Complementary color
Monochromatic Colors of #B7635A
Black with #B7635A
Text Example
Text Example
White with #B7635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7635A; }
p { color: rgb(183,99,90); }
H1.HeaderClassName
{
color: #B7635A;
}
.AnyTagClassName
{
color: #B7635A;
}
</style>
background-color css
<style>
a { background-color: #B7635A; }
a { background-color: rgb(183,99,90); }
div.DivClassName
{
background-color: #B7635A;
}
.BgClassName
{
background-color: #B7635A;
}
</style>
border-color css
<style>
span { border-color: #B7635A; }
span { border-color: rgb(183,99,90); }
td.TdClassName
{
border-color: #B7635A;
}
.TagClassName
{
border-color: #B7635A;
}
</style>