Shades of Sunglo #B7605A
Tints of Sunglo #B7605A
RGB
CMYK
RGB Variations
Color information
#B7605A (or 0xB7605A) is known color: Sunglo. HEX triplet: B7, 60 and 5A. RGB value is (183,96,90). Sum of RGB (Red+Green+Blue) = 183+96+90=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605A is #489FA5. Grayscale: #797979. Windows color (decimal): -4759462 or 5922999. OLE color: 5922999.
HSL color Cylindrical-coordinate representation of color #B7605A: hue angle of 3.87º degrees, saturation: 0.39, 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 #B7605A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 90 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.28 |
| HSL | 3.87º | 0.39% | 0.54% | - |
| HSV(B) | 3.87º | 0.51% | 0.72% | - |
| XYZ | 25.56 | 19.17 | 12.03 | - |
| YUV | 121.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 90 | 0 | 0.48 | 0.51 | 0.28 | 3.87 | 0.39 | 0.54 |
| Hex | B7 | 60 | 5A | 0 | 30 | 33 | 1C | 4 | 27 | 36 |
| Octal | 267 | 140 | 132 | 0 | 60 | 63 | 34 | 4 | 47 | 66 |
| Binary | 10110111 | 1100000 | 1011010 | 0 | 110000 | 110011 | 11100 | 100 | 100111 | 110110 |
Color Harmonies of #B7605A
Complementary color
Monochromatic Colors of #B7605A
Black with #B7605A
Text Example
Text Example
White with #B7605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7605A; }
p { color: rgb(183,96,90); }
H1.HeaderClassName
{
color: #B7605A;
}
.AnyTagClassName
{
color: #B7605A;
}
</style>
background-color css
<style>
a { background-color: #B7605A; }
a { background-color: rgb(183,96,90); }
div.DivClassName
{
background-color: #B7605A;
}
.BgClassName
{
background-color: #B7605A;
}
</style>
border-color css
<style>
span { border-color: #B7605A; }
span { border-color: rgb(183,96,90); }
td.TdClassName
{
border-color: #B7605A;
}
.TagClassName
{
border-color: #B7605A;
}
</style>