Shades of Sunglo #B7655B
Tints of Sunglo #B7655B
RGB
CMYK
RGB Variations
Color information
#B7655B (or 0xB7655B) is known color: Sunglo. HEX triplet: B7, 65 and 5B. RGB value is (183,101,91). Sum of RGB (Red+Green+Blue) = 183+101+91=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7655B is #489AA4. Grayscale: #7C7C7C. Windows color (decimal): -4758181 or 5989815. OLE color: 5989815.
HSL color Cylindrical-coordinate representation of color #B7655B: hue angle of 6.52º 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 #B7655B is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 91 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.28 |
| HSL | 6.52º | 0.39% | 0.54% | - |
| HSV(B) | 6.52º | 0.5% | 0.72% | - |
| XYZ | 26.07 | 20.13 | 12.41 | - |
| YUV | 124.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 91 | 0 | 0.45 | 0.50 | 0.28 | 6.52 | 0.39 | 0.54 |
| Hex | B7 | 65 | 5B | 0 | 2D | 32 | 1C | 7 | 27 | 36 |
| Octal | 267 | 145 | 133 | 0 | 55 | 62 | 34 | 7 | 47 | 66 |
| Binary | 10110111 | 1100101 | 1011011 | 0 | 101101 | 110010 | 11100 | 111 | 100111 | 110110 |
Color Harmonies of #B7655B
Complementary color
Monochromatic Colors of #B7655B
Black with #B7655B
Text Example
Text Example
White with #B7655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7655B; }
p { color: rgb(183,101,91); }
H1.HeaderClassName
{
color: #B7655B;
}
.AnyTagClassName
{
color: #B7655B;
}
</style>
background-color css
<style>
a { background-color: #B7655B; }
a { background-color: rgb(183,101,91); }
div.DivClassName
{
background-color: #B7655B;
}
.BgClassName
{
background-color: #B7655B;
}
</style>
border-color css
<style>
span { border-color: #B7655B; }
span { border-color: rgb(183,101,91); }
td.TdClassName
{
border-color: #B7655B;
}
.TagClassName
{
border-color: #B7655B;
}
</style>