Shades of Dark Goldenrod #B07F18
Tints of Dark Goldenrod #B07F18
RGB
CMYK
RGB Variations
Color information
#B07F18 (or 0xB07F18) is known color: Dark Goldenrod. HEX triplet: B0, 7F and 18. RGB value is (176,127,24). Sum of RGB (Red+Green+Blue) = 176+127+24=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07F18 is #4F80E7. Grayscale: #828282. Windows color (decimal): -5210344 or 1605552. OLE color: 1605552.
HSL color Cylindrical-coordinate representation of color #B07F18: hue angle of 40.66º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B07F18 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 24 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.31 |
| HSL | 40.66º | 0.76% | 0.39% | - |
| HSV(B) | 40.66º | 0.86% | 0.69% | - |
| XYZ | 25.66 | 24.47 | 4.24 | - |
| YUV | 129.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 24 | 0 | 0.28 | 0.86 | 0.31 | 40.66 | 0.76 | 0.39 |
| Hex | B0 | 7F | 18 | 0 | 1C | 56 | 1F | 29 | 4C | 27 |
| Octal | 260 | 177 | 30 | 0 | 34 | 126 | 37 | 51 | 114 | 47 |
| Binary | 10110000 | 1111111 | 11000 | 0 | 11100 | 1010110 | 11111 | 101001 | 1001100 | 100111 |
Color Harmonies of #B07F18
Complementary color
Monochromatic Colors of #B07F18
Black with #B07F18
Text Example
Text Example
White with #B07F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F18; }
p { color: rgb(176,127,24); }
H1.HeaderClassName
{
color: #B07F18;
}
.AnyTagClassName
{
color: #B07F18;
}
</style>
background-color css
<style>
a { background-color: #B07F18; }
a { background-color: rgb(176,127,24); }
div.DivClassName
{
background-color: #B07F18;
}
.BgClassName
{
background-color: #B07F18;
}
</style>
border-color css
<style>
span { border-color: #B07F18; }
span { border-color: rgb(176,127,24); }
td.TdClassName
{
border-color: #B07F18;
}
.TagClassName
{
border-color: #B07F18;
}
</style>