Shades of Sunglo #B66257
Tints of Sunglo #B66257
RGB
CMYK
RGB Variations
Color information
#B66257 (or 0xB66257) is known color: Sunglo. HEX triplet: B6, 62 and 57. RGB value is (182,98,87). Sum of RGB (Red+Green+Blue) = 182+98+87=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B66257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66257 is #499DA8. Grayscale: #797979. Windows color (decimal): -4824489 or 5726902. OLE color: 5726902.
HSL color Cylindrical-coordinate representation of color #B66257: hue angle of 6.95º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66257 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 98 | 87 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.29 |
| HSL | 6.95º | 0.39% | 0.53% | - |
| HSV(B) | 6.95º | 0.52% | 0.71% | - |
| XYZ | 25.38 | 19.37 | 11.42 | - |
| YUV | 121.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 98 | 87 | 0 | 0.46 | 0.52 | 0.29 | 6.95 | 0.39 | 0.53 |
| Hex | B6 | 62 | 57 | 0 | 2E | 34 | 1D | 7 | 27 | 35 |
| Octal | 266 | 142 | 127 | 0 | 56 | 64 | 35 | 7 | 47 | 65 |
| Binary | 10110110 | 1100010 | 1010111 | 0 | 101110 | 110100 | 11101 | 111 | 100111 | 110101 |
Color Harmonies of #B66257
Complementary color
Monochromatic Colors of #B66257
Black with #B66257
Text Example
Text Example
White with #B66257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66257; }
p { color: rgb(182,98,87); }
H1.HeaderClassName
{
color: #B66257;
}
.AnyTagClassName
{
color: #B66257;
}
</style>
background-color css
<style>
a { background-color: #B66257; }
a { background-color: rgb(182,98,87); }
div.DivClassName
{
background-color: #B66257;
}
.BgClassName
{
background-color: #B66257;
}
</style>
border-color css
<style>
span { border-color: #B66257; }
span { border-color: rgb(182,98,87); }
td.TdClassName
{
border-color: #B66257;
}
.TagClassName
{
border-color: #B66257;
}
</style>