Shades of Dark Goldenrod #B18F07
Tints of Dark Goldenrod #B18F07
RGB
CMYK
RGB Variations
Color information
#B18F07 (or 0xB18F07) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 07. RGB value is (177,143,7). Sum of RGB (Red+Green+Blue) = 177+143+7=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F07 is #4E70F8. Grayscale: #8A8A8A. Windows color (decimal): -5140729 or 495537. OLE color: 495537.
HSL color Cylindrical-coordinate representation of color #B18F07: hue angle of 48º 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 #B18F07 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.31 |
| HSL | 48º | 0.92% | 0.36% | - |
| HSV(B) | 48º | 0.96% | 0.69% | - |
| XYZ | 27.99 | 29.01 | 4.32 | - |
| YUV | 137.66 | 54.26 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 7 | 0 | 0.19 | 0.96 | 0.31 | 48 | 0.92 | 0.36 |
| Hex | B1 | 8F | 7 | 0 | 13 | 60 | 1F | 30 | 5C | 24 |
| Octal | 261 | 217 | 7 | 0 | 23 | 140 | 37 | 60 | 134 | 44 |
| Binary | 10110001 | 10001111 | 111 | 0 | 10011 | 1100000 | 11111 | 110000 | 1011100 | 100100 |
Color Harmonies of #B18F07
Complementary color
Monochromatic Colors of #B18F07
Black with #B18F07
Text Example
Text Example
White with #B18F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F07; }
p { color: rgb(177,143,7); }
H1.HeaderClassName
{
color: #B18F07;
}
.AnyTagClassName
{
color: #B18F07;
}
</style>
background-color css
<style>
a { background-color: #B18F07; }
a { background-color: rgb(177,143,7); }
div.DivClassName
{
background-color: #B18F07;
}
.BgClassName
{
background-color: #B18F07;
}
</style>
border-color css
<style>
span { border-color: #B18F07; }
span { border-color: rgb(177,143,7); }
td.TdClassName
{
border-color: #B18F07;
}
.TagClassName
{
border-color: #B18F07;
}
</style>