Shades of Dark Goldenrod #B0760B
Tints of Dark Goldenrod #B0760B
RGB
CMYK
RGB Variations
Color information
#B0760B (or 0xB0760B) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 0B. RGB value is (176,118,11). Sum of RGB (Red+Green+Blue) = 176+118+11=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0760B is #4F89F4. Grayscale: #7B7B7B. Windows color (decimal): -5212661 or 751280. OLE color: 751280.
HSL color Cylindrical-coordinate representation of color #B0760B: hue angle of 38.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0760B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.31 |
| HSL | 38.91º | 0.88% | 0.37% | - |
| HSV(B) | 38.91º | 0.94% | 0.69% | - |
| XYZ | 24.44 | 22.21 | 3.32 | - |
| YUV | 123.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 11 | 0 | 0.33 | 0.94 | 0.31 | 38.91 | 0.88 | 0.37 |
| Hex | B0 | 76 | B | 0 | 21 | 5E | 1F | 27 | 58 | 25 |
| Octal | 260 | 166 | 13 | 0 | 41 | 136 | 37 | 47 | 130 | 45 |
| Binary | 10110000 | 1110110 | 1011 | 0 | 100001 | 1011110 | 11111 | 100111 | 1011000 | 100101 |
Color Harmonies of #B0760B
Complementary color
Monochromatic Colors of #B0760B
Black with #B0760B
Text Example
Text Example
White with #B0760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0760B; }
p { color: rgb(176,118,11); }
H1.HeaderClassName
{
color: #B0760B;
}
.AnyTagClassName
{
color: #B0760B;
}
</style>
background-color css
<style>
a { background-color: #B0760B; }
a { background-color: rgb(176,118,11); }
div.DivClassName
{
background-color: #B0760B;
}
.BgClassName
{
background-color: #B0760B;
}
</style>
border-color css
<style>
span { border-color: #B0760B; }
span { border-color: rgb(176,118,11); }
td.TdClassName
{
border-color: #B0760B;
}
.TagClassName
{
border-color: #B0760B;
}
</style>