Shades of Sunglo #B8655A
Tints of Sunglo #B8655A
RGB
CMYK
RGB Variations
Color information
#B8655A (or 0xB8655A) is known color: Sunglo. HEX triplet: B8, 65 and 5A. RGB value is (184,101,90). Sum of RGB (Red+Green+Blue) = 184+101+90=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8655A is #479AA5. Grayscale: #7C7C7C. Windows color (decimal): -4692646 or 5924280. OLE color: 5924280.
HSL color Cylindrical-coordinate representation of color #B8655A: hue angle of 7.02º degrees, saturation: 0.4, 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 #B8655A is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 90 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.28 |
| HSL | 7.02º | 0.4% | 0.54% | - |
| HSV(B) | 7.02º | 0.51% | 0.72% | - |
| XYZ | 26.27 | 20.24 | 12.19 | - |
| YUV | 124.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 90 | 0 | 0.45 | 0.51 | 0.28 | 7.02 | 0.4 | 0.54 |
| Hex | B8 | 65 | 5A | 0 | 2D | 33 | 1C | 7 | 28 | 36 |
| Octal | 270 | 145 | 132 | 0 | 55 | 63 | 34 | 7 | 50 | 66 |
| Binary | 10111000 | 1100101 | 1011010 | 0 | 101101 | 110011 | 11100 | 111 | 101000 | 110110 |
Color Harmonies of #B8655A
Complementary color
Monochromatic Colors of #B8655A
Black with #B8655A
Text Example
Text Example
White with #B8655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8655A; }
p { color: rgb(184,101,90); }
H1.HeaderClassName
{
color: #B8655A;
}
.AnyTagClassName
{
color: #B8655A;
}
</style>
background-color css
<style>
a { background-color: #B8655A; }
a { background-color: rgb(184,101,90); }
div.DivClassName
{
background-color: #B8655A;
}
.BgClassName
{
background-color: #B8655A;
}
</style>
border-color css
<style>
span { border-color: #B8655A; }
span { border-color: rgb(184,101,90); }
td.TdClassName
{
border-color: #B8655A;
}
.TagClassName
{
border-color: #B8655A;
}
</style>