Shades of Sunglo #B7665B
Tints of Sunglo #B7665B
RGB
CMYK
RGB Variations
Color information
#B7665B (or 0xB7665B) is known color: Sunglo. HEX triplet: B7, 66 and 5B. RGB value is (183,102,91). Sum of RGB (Red+Green+Blue) = 183+102+91=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B7665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7665B is #4899A4. Grayscale: #7D7D7D. Windows color (decimal): -4757925 or 5990071. OLE color: 5990071.
HSL color Cylindrical-coordinate representation of color #B7665B: hue angle of 7.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7665B is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 91 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.28 |
| HSL | 7.17º | 0.39% | 0.54% | - |
| HSV(B) | 7.17º | 0.5% | 0.72% | - |
| XYZ | 26.17 | 20.33 | 12.44 | - |
| YUV | 124.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 91 | 0 | 0.44 | 0.50 | 0.28 | 7.17 | 0.39 | 0.54 |
| Hex | B7 | 66 | 5B | 0 | 2C | 32 | 1C | 7 | 27 | 36 |
| Octal | 267 | 146 | 133 | 0 | 54 | 62 | 34 | 7 | 47 | 66 |
| Binary | 10110111 | 1100110 | 1011011 | 0 | 101100 | 110010 | 11100 | 111 | 100111 | 110110 |
Color Harmonies of #B7665B
Complementary color
Monochromatic Colors of #B7665B
Black with #B7665B
Text Example
Text Example
White with #B7665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7665B; }
p { color: rgb(183,102,91); }
H1.HeaderClassName
{
color: #B7665B;
}
.AnyTagClassName
{
color: #B7665B;
}
</style>
background-color css
<style>
a { background-color: #B7665B; }
a { background-color: rgb(183,102,91); }
div.DivClassName
{
background-color: #B7665B;
}
.BgClassName
{
background-color: #B7665B;
}
</style>
border-color css
<style>
span { border-color: #B7665B; }
span { border-color: rgb(183,102,91); }
td.TdClassName
{
border-color: #B7665B;
}
.TagClassName
{
border-color: #B7665B;
}
</style>