Shades of Sunglo #B96754
Tints of Sunglo #B96754
RGB
CMYK
RGB Variations
Color information
#B96754 (or 0xB96754) is known color: Sunglo. HEX triplet: B9, 67 and 54. RGB value is (185,103,84). Sum of RGB (Red+Green+Blue) = 185+103+84=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96754 is #4698AB. Grayscale: #7D7D7D. Windows color (decimal): -4626604 or 5531577. OLE color: 5531577.
HSL color Cylindrical-coordinate representation of color #B96754: hue angle of 11.29º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96754 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 84 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.27 |
| HSL | 11.29º | 0.42% | 0.53% | - |
| HSV(B) | 11.29º | 0.55% | 0.73% | - |
| XYZ | 26.46 | 20.65 | 10.98 | - |
| YUV | 125.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 84 | 0 | 0.44 | 0.55 | 0.27 | 11.29 | 0.42 | 0.53 |
| Hex | B9 | 67 | 54 | 0 | 2C | 37 | 1B | B | 2A | 35 |
| Octal | 271 | 147 | 124 | 0 | 54 | 67 | 33 | 13 | 52 | 65 |
| Binary | 10111001 | 1100111 | 1010100 | 0 | 101100 | 110111 | 11011 | 1011 | 101010 | 110101 |
Color Harmonies of #B96754
Complementary color
Monochromatic Colors of #B96754
Black with #B96754
Text Example
Text Example
White with #B96754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96754; }
p { color: rgb(185,103,84); }
H1.HeaderClassName
{
color: #B96754;
}
.AnyTagClassName
{
color: #B96754;
}
</style>
background-color css
<style>
a { background-color: #B96754; }
a { background-color: rgb(185,103,84); }
div.DivClassName
{
background-color: #B96754;
}
.BgClassName
{
background-color: #B96754;
}
</style>
border-color css
<style>
span { border-color: #B96754; }
span { border-color: rgb(185,103,84); }
td.TdClassName
{
border-color: #B96754;
}
.TagClassName
{
border-color: #B96754;
}
</style>