Shades of Dark Goldenrod #B17F1A
Tints of Dark Goldenrod #B17F1A
RGB
CMYK
RGB Variations
Color information
#B17F1A (or 0xB17F1A) is known color: Dark Goldenrod. HEX triplet: B1, 7F and 1A. RGB value is (177,127,26). Sum of RGB (Red+Green+Blue) = 177+127+26=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F1A is #4E80E5. Grayscale: #828282. Windows color (decimal): -5144806 or 1736625. OLE color: 1736625.
HSL color Cylindrical-coordinate representation of color #B17F1A: hue angle of 40.13º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B17F1A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 26 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.31 |
| HSL | 40.13º | 0.74% | 0.4% | - |
| HSV(B) | 40.13º | 0.85% | 0.69% | - |
| XYZ | 25.91 | 24.6 | 4.36 | - |
| YUV | 130.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 26 | 0 | 0.28 | 0.85 | 0.31 | 40.13 | 0.74 | 0.4 |
| Hex | B1 | 7F | 1A | 0 | 1C | 55 | 1F | 28 | 4A | 28 |
| Octal | 261 | 177 | 32 | 0 | 34 | 125 | 37 | 50 | 112 | 50 |
| Binary | 10110001 | 1111111 | 11010 | 0 | 11100 | 1010101 | 11111 | 101000 | 1001010 | 101000 |
Color Harmonies of #B17F1A
Complementary color
Monochromatic Colors of #B17F1A
Black with #B17F1A
Text Example
Text Example
White with #B17F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F1A; }
p { color: rgb(177,127,26); }
H1.HeaderClassName
{
color: #B17F1A;
}
.AnyTagClassName
{
color: #B17F1A;
}
</style>
background-color css
<style>
a { background-color: #B17F1A; }
a { background-color: rgb(177,127,26); }
div.DivClassName
{
background-color: #B17F1A;
}
.BgClassName
{
background-color: #B17F1A;
}
</style>
border-color css
<style>
span { border-color: #B17F1A; }
span { border-color: rgb(177,127,26); }
td.TdClassName
{
border-color: #B17F1A;
}
.TagClassName
{
border-color: #B17F1A;
}
</style>