Shades of Dark Goldenrod #B18407
Tints of Dark Goldenrod #B18407
RGB
CMYK
RGB Variations
Color information
#B18407 (or 0xB18407) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 07. RGB value is (177,132,7). Sum of RGB (Red+Green+Blue) = 177+132+7=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18407 is #4E7BF8. Grayscale: #838383. Windows color (decimal): -5143545 or 492721. OLE color: 492721.
HSL color Cylindrical-coordinate representation of color #B18407: hue angle of 44.12º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B18407 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.31 |
| HSL | 44.12º | 0.92% | 0.36% | - |
| HSV(B) | 44.12º | 0.96% | 0.69% | - |
| XYZ | 26.42 | 25.86 | 3.8 | - |
| YUV | 131.21 | 57.91 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 7 | 0 | 0.25 | 0.96 | 0.31 | 44.12 | 0.92 | 0.36 |
| Hex | B1 | 84 | 7 | 0 | 19 | 60 | 1F | 2C | 5C | 24 |
| Octal | 261 | 204 | 7 | 0 | 31 | 140 | 37 | 54 | 134 | 44 |
| Binary | 10110001 | 10000100 | 111 | 0 | 11001 | 1100000 | 11111 | 101100 | 1011100 | 100100 |
Color Harmonies of #B18407
Complementary color
Monochromatic Colors of #B18407
Black with #B18407
Text Example
Text Example
White with #B18407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18407; }
p { color: rgb(177,132,7); }
H1.HeaderClassName
{
color: #B18407;
}
.AnyTagClassName
{
color: #B18407;
}
</style>
background-color css
<style>
a { background-color: #B18407; }
a { background-color: rgb(177,132,7); }
div.DivClassName
{
background-color: #B18407;
}
.BgClassName
{
background-color: #B18407;
}
</style>
border-color css
<style>
span { border-color: #B18407; }
span { border-color: rgb(177,132,7); }
td.TdClassName
{
border-color: #B18407;
}
.TagClassName
{
border-color: #B18407;
}
</style>