Shades of Dark Goldenrod #B76B0A
Tints of Dark Goldenrod #B76B0A
RGB
CMYK
RGB Variations
Color information
#B76B0A (or 0xB76B0A) is known color: Dark Goldenrod. HEX triplet: B7, 6B and 0A. RGB value is (183,107,10). Sum of RGB (Red+Green+Blue) = 183+107+10=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 10 (4.30% from 255 or 3.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B0A is #4894F5. Grayscale: #777777. Windows color (decimal): -4756726 or 682935. OLE color: 682935.
HSL color Cylindrical-coordinate representation of color #B76B0A: hue angle of 33.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B76B0A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.28 |
| HSL | 33.64º | 0.9% | 0.38% | - |
| HSV(B) | 33.64º | 0.95% | 0.72% | - |
| XYZ | 24.84 | 20.6 | 2.95 | - |
| YUV | 118.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 10 | 0 | 0.42 | 0.95 | 0.28 | 33.64 | 0.9 | 0.38 |
| Hex | B7 | 6B | A | 0 | 2A | 5F | 1C | 22 | 5A | 26 |
| Octal | 267 | 153 | 12 | 0 | 52 | 137 | 34 | 42 | 132 | 46 |
| Binary | 10110111 | 1101011 | 1010 | 0 | 101010 | 1011111 | 11100 | 100010 | 1011010 | 100110 |
Color Harmonies of #B76B0A
Complementary color
Monochromatic Colors of #B76B0A
Black with #B76B0A
Text Example
Text Example
White with #B76B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B0A; }
p { color: rgb(183,107,10); }
H1.HeaderClassName
{
color: #B76B0A;
}
.AnyTagClassName
{
color: #B76B0A;
}
</style>
background-color css
<style>
a { background-color: #B76B0A; }
a { background-color: rgb(183,107,10); }
div.DivClassName
{
background-color: #B76B0A;
}
.BgClassName
{
background-color: #B76B0A;
}
</style>
border-color css
<style>
span { border-color: #B76B0A; }
span { border-color: rgb(183,107,10); }
td.TdClassName
{
border-color: #B76B0A;
}
.TagClassName
{
border-color: #B76B0A;
}
</style>