Shades of Dark Goldenrod #B77615
Tints of Dark Goldenrod #B77615
RGB
CMYK
RGB Variations
Color information
#B77615 (or 0xB77615) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 15. RGB value is (183,118,21). Sum of RGB (Red+Green+Blue) = 183+118+21=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77615 is #4889EA. Grayscale: #7E7E7E. Windows color (decimal): -4753899 or 1406647. OLE color: 1406647.
HSL color Cylindrical-coordinate representation of color #B77615: hue angle of 35.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B77615 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 21 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.28 |
| HSL | 35.93º | 0.79% | 0.4% | - |
| HSV(B) | 35.93º | 0.89% | 0.72% | - |
| XYZ | 26.14 | 23.08 | 3.79 | - |
| YUV | 126.38 | 68.53 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 21 | 0 | 0.36 | 0.89 | 0.28 | 35.93 | 0.79 | 0.4 |
| Hex | B7 | 76 | 15 | 0 | 24 | 59 | 1C | 24 | 4F | 28 |
| Octal | 267 | 166 | 25 | 0 | 44 | 131 | 34 | 44 | 117 | 50 |
| Binary | 10110111 | 1110110 | 10101 | 0 | 100100 | 1011001 | 11100 | 100100 | 1001111 | 101000 |
Color Harmonies of #B77615
Complementary color
Monochromatic Colors of #B77615
Black with #B77615
Text Example
Text Example
White with #B77615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77615; }
p { color: rgb(183,118,21); }
H1.HeaderClassName
{
color: #B77615;
}
.AnyTagClassName
{
color: #B77615;
}
</style>
background-color css
<style>
a { background-color: #B77615; }
a { background-color: rgb(183,118,21); }
div.DivClassName
{
background-color: #B77615;
}
.BgClassName
{
background-color: #B77615;
}
</style>
border-color css
<style>
span { border-color: #B77615; }
span { border-color: rgb(183,118,21); }
td.TdClassName
{
border-color: #B77615;
}
.TagClassName
{
border-color: #B77615;
}
</style>