Shades of Dark Goldenrod #B7700C
Tints of Dark Goldenrod #B7700C
RGB
CMYK
RGB Variations
Color information
#B7700C (or 0xB7700C) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 0C. RGB value is (183,112,12). Sum of RGB (Red+Green+Blue) = 183+112+12=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7700C is #488FF3. Grayscale: #7A7A7A. Windows color (decimal): -4755444 or 815287. OLE color: 815287.
HSL color Cylindrical-coordinate representation of color #B7700C: hue angle of 35.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7700C is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 12 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.28 |
| HSL | 35.09º | 0.88% | 0.38% | - |
| HSV(B) | 35.09º | 0.93% | 0.72% | - |
| XYZ | 25.39 | 21.68 | 3.19 | - |
| YUV | 121.83 | 66.02 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 12 | 0 | 0.39 | 0.93 | 0.28 | 35.09 | 0.88 | 0.38 |
| Hex | B7 | 70 | C | 0 | 27 | 5D | 1C | 23 | 58 | 26 |
| Octal | 267 | 160 | 14 | 0 | 47 | 135 | 34 | 43 | 130 | 46 |
| Binary | 10110111 | 1110000 | 1100 | 0 | 100111 | 1011101 | 11100 | 100011 | 1011000 | 100110 |
Color Harmonies of #B7700C
Complementary color
Monochromatic Colors of #B7700C
Black with #B7700C
Text Example
Text Example
White with #B7700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7700C; }
p { color: rgb(183,112,12); }
H1.HeaderClassName
{
color: #B7700C;
}
.AnyTagClassName
{
color: #B7700C;
}
</style>
background-color css
<style>
a { background-color: #B7700C; }
a { background-color: rgb(183,112,12); }
div.DivClassName
{
background-color: #B7700C;
}
.BgClassName
{
background-color: #B7700C;
}
</style>
border-color css
<style>
span { border-color: #B7700C; }
span { border-color: rgb(183,112,12); }
td.TdClassName
{
border-color: #B7700C;
}
.TagClassName
{
border-color: #B7700C;
}
</style>