Shades of Dark Goldenrod #B17A01
Tints of Dark Goldenrod #B17A01
RGB
CMYK
RGB Variations
Color information
#B17A01 (or 0xB17A01) is known color: Dark Goldenrod. HEX triplet: B1, 7A and 01. RGB value is (177,122,1). Sum of RGB (Red+Green+Blue) = 177+122+1=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17A01 is #4E85FE. Grayscale: #7D7D7D. Windows color (decimal): -5146111 or 96945. OLE color: 96945.
HSL color Cylindrical-coordinate representation of color #B17A01: hue angle of 41.25º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B17A01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.31 |
| HSL | 41.25º | 0.99% | 0.35% | - |
| HSV(B) | 41.25º | 0.99% | 0.69% | - |
| XYZ | 25.1 | 23.27 | 3.2 | - |
| YUV | 124.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 1 | 0 | 0.31 | 0.99 | 0.31 | 41.25 | 0.99 | 0.35 |
| Hex | B1 | 7A | 1 | 0 | 1F | 63 | 1F | 29 | 63 | 23 |
| Octal | 261 | 172 | 1 | 0 | 37 | 143 | 37 | 51 | 143 | 43 |
| Binary | 10110001 | 1111010 | 1 | 0 | 11111 | 1100011 | 11111 | 101001 | 1100011 | 100011 |
Color Harmonies of #B17A01
Complementary color
Monochromatic Colors of #B17A01
Black with #B17A01
Text Example
Text Example
White with #B17A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A01; }
p { color: rgb(177,122,1); }
H1.HeaderClassName
{
color: #B17A01;
}
.AnyTagClassName
{
color: #B17A01;
}
</style>
background-color css
<style>
a { background-color: #B17A01; }
a { background-color: rgb(177,122,1); }
div.DivClassName
{
background-color: #B17A01;
}
.BgClassName
{
background-color: #B17A01;
}
</style>
border-color css
<style>
span { border-color: #B17A01; }
span { border-color: rgb(177,122,1); }
td.TdClassName
{
border-color: #B17A01;
}
.TagClassName
{
border-color: #B17A01;
}
</style>