Shades of Sunglo #B7615A
Tints of Sunglo #B7615A
RGB
CMYK
RGB Variations
Color information
#B7615A (or 0xB7615A) is known color: Sunglo. HEX triplet: B7, 61 and 5A. RGB value is (183,97,90). Sum of RGB (Red+Green+Blue) = 183+97+90=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7615A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7615A is #489EA5. Grayscale: #7A7A7A. Windows color (decimal): -4759206 or 5923255. OLE color: 5923255.
HSL color Cylindrical-coordinate representation of color #B7615A: hue angle of 4.52º 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 #B7615A is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 90 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.28 |
| HSL | 4.52º | 0.39% | 0.54% | - |
| HSV(B) | 4.52º | 0.51% | 0.72% | - |
| XYZ | 25.65 | 19.35 | 12.06 | - |
| YUV | 121.92 | 109.99 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 90 | 0 | 0.47 | 0.51 | 0.28 | 4.52 | 0.39 | 0.54 |
| Hex | B7 | 61 | 5A | 0 | 2F | 33 | 1C | 5 | 27 | 36 |
| Octal | 267 | 141 | 132 | 0 | 57 | 63 | 34 | 5 | 47 | 66 |
| Binary | 10110111 | 1100001 | 1011010 | 0 | 101111 | 110011 | 11100 | 101 | 100111 | 110110 |
Color Harmonies of #B7615A
Complementary color
Monochromatic Colors of #B7615A
Black with #B7615A
Text Example
Text Example
White with #B7615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7615A; }
p { color: rgb(183,97,90); }
H1.HeaderClassName
{
color: #B7615A;
}
.AnyTagClassName
{
color: #B7615A;
}
</style>
background-color css
<style>
a { background-color: #B7615A; }
a { background-color: rgb(183,97,90); }
div.DivClassName
{
background-color: #B7615A;
}
.BgClassName
{
background-color: #B7615A;
}
</style>
border-color css
<style>
span { border-color: #B7615A; }
span { border-color: rgb(183,97,90); }
td.TdClassName
{
border-color: #B7615A;
}
.TagClassName
{
border-color: #B7615A;
}
</style>