Shades of Sunglo #B65F57
Tints of Sunglo #B65F57
RGB
CMYK
RGB Variations
Color information
#B65F57 (or 0xB65F57) is known color: Sunglo. HEX triplet: B6, 5F and 57. RGB value is (182,95,87). Sum of RGB (Red+Green+Blue) = 182+95+87=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65F57 is #49A0A8. Grayscale: #787878. Windows color (decimal): -4825257 or 5726134. OLE color: 5726134.
HSL color Cylindrical-coordinate representation of color #B65F57: hue angle of 5.05º 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 #B65F57 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 95 | 87 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.29 |
| HSL | 5.05º | 0.39% | 0.53% | - |
| HSV(B) | 5.05º | 0.52% | 0.71% | - |
| XYZ | 25.1 | 18.82 | 11.33 | - |
| YUV | 120.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 95 | 87 | 0 | 0.48 | 0.52 | 0.29 | 5.05 | 0.39 | 0.53 |
| Hex | B6 | 5F | 57 | 0 | 30 | 34 | 1D | 5 | 27 | 35 |
| Octal | 266 | 137 | 127 | 0 | 60 | 64 | 35 | 5 | 47 | 65 |
| Binary | 10110110 | 1011111 | 1010111 | 0 | 110000 | 110100 | 11101 | 101 | 100111 | 110101 |
Color Harmonies of #B65F57
Complementary color
Monochromatic Colors of #B65F57
Black with #B65F57
Text Example
Text Example
White with #B65F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65F57; }
p { color: rgb(182,95,87); }
H1.HeaderClassName
{
color: #B65F57;
}
.AnyTagClassName
{
color: #B65F57;
}
</style>
background-color css
<style>
a { background-color: #B65F57; }
a { background-color: rgb(182,95,87); }
div.DivClassName
{
background-color: #B65F57;
}
.BgClassName
{
background-color: #B65F57;
}
</style>
border-color css
<style>
span { border-color: #B65F57; }
span { border-color: rgb(182,95,87); }
td.TdClassName
{
border-color: #B65F57;
}
.TagClassName
{
border-color: #B65F57;
}
</style>