Shades of Dark Goldenrod #B0760F
Tints of Dark Goldenrod #B0760F
RGB
CMYK
RGB Variations
Color information
#B0760F (or 0xB0760F) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 0F. RGB value is (176,118,15). Sum of RGB (Red+Green+Blue) = 176+118+15=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0760F is #4F89F0. Grayscale: #7C7C7C. Windows color (decimal): -5212657 or 1013424. OLE color: 1013424.
HSL color Cylindrical-coordinate representation of color #B0760F: hue angle of 38.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0760F is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 15 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.31 |
| HSL | 38.39º | 0.84% | 0.37% | - |
| HSV(B) | 38.39º | 0.91% | 0.69% | - |
| XYZ | 24.47 | 22.22 | 3.45 | - |
| YUV | 123.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 15 | 0 | 0.33 | 0.91 | 0.31 | 38.39 | 0.84 | 0.37 |
| Hex | B0 | 76 | F | 0 | 21 | 5B | 1F | 26 | 54 | 25 |
| Octal | 260 | 166 | 17 | 0 | 41 | 133 | 37 | 46 | 124 | 45 |
| Binary | 10110000 | 1110110 | 1111 | 0 | 100001 | 1011011 | 11111 | 100110 | 1010100 | 100101 |
Color Harmonies of #B0760F
Complementary color
Monochromatic Colors of #B0760F
Black with #B0760F
Text Example
Text Example
White with #B0760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0760F; }
p { color: rgb(176,118,15); }
H1.HeaderClassName
{
color: #B0760F;
}
.AnyTagClassName
{
color: #B0760F;
}
</style>
background-color css
<style>
a { background-color: #B0760F; }
a { background-color: rgb(176,118,15); }
div.DivClassName
{
background-color: #B0760F;
}
.BgClassName
{
background-color: #B0760F;
}
</style>
border-color css
<style>
span { border-color: #B0760F; }
span { border-color: rgb(176,118,15); }
td.TdClassName
{
border-color: #B0760F;
}
.TagClassName
{
border-color: #B0760F;
}
</style>