Shades of Sunglo #B7665A
Tints of Sunglo #B7665A
RGB
CMYK
RGB Variations
Color information
#B7665A (or 0xB7665A) is known color: Sunglo. HEX triplet: B7, 66 and 5A. RGB value is (183,102,90). Sum of RGB (Red+Green+Blue) = 183+102+90=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B7665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7665A is #4899A5. Grayscale: #7C7C7C. Windows color (decimal): -4757926 or 5924535. OLE color: 5924535.
HSL color Cylindrical-coordinate representation of color #B7665A: hue angle of 7.74º 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 #B7665A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 90 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.28 |
| HSL | 7.74º | 0.39% | 0.54% | - |
| HSV(B) | 7.74º | 0.51% | 0.72% | - |
| XYZ | 26.13 | 20.31 | 12.22 | - |
| YUV | 124.85 | 108.34 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 90 | 0 | 0.44 | 0.51 | 0.28 | 7.74 | 0.39 | 0.54 |
| Hex | B7 | 66 | 5A | 0 | 2C | 33 | 1C | 8 | 27 | 36 |
| Octal | 267 | 146 | 132 | 0 | 54 | 63 | 34 | 10 | 47 | 66 |
| Binary | 10110111 | 1100110 | 1011010 | 0 | 101100 | 110011 | 11100 | 1000 | 100111 | 110110 |
Color Harmonies of #B7665A
Complementary color
Monochromatic Colors of #B7665A
Black with #B7665A
Text Example
Text Example
White with #B7665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7665A; }
p { color: rgb(183,102,90); }
H1.HeaderClassName
{
color: #B7665A;
}
.AnyTagClassName
{
color: #B7665A;
}
</style>
background-color css
<style>
a { background-color: #B7665A; }
a { background-color: rgb(183,102,90); }
div.DivClassName
{
background-color: #B7665A;
}
.BgClassName
{
background-color: #B7665A;
}
</style>
border-color css
<style>
span { border-color: #B7665A; }
span { border-color: rgb(183,102,90); }
td.TdClassName
{
border-color: #B7665A;
}
.TagClassName
{
border-color: #B7665A;
}
</style>