Shades of Dark Goldenrod #B18F02
Tints of Dark Goldenrod #B18F02
RGB
CMYK
RGB Variations
Color information
#B18F02 (or 0xB18F02) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 02. RGB value is (177,143,2). Sum of RGB (Red+Green+Blue) = 177+143+2=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F02 is #4E70FD. Grayscale: #898989. Windows color (decimal): -5140734 or 167857. OLE color: 167857.
HSL color Cylindrical-coordinate representation of color #B18F02: hue angle of 48.34º degrees, saturation: 0.98, 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 #B18F02 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.31 |
| HSL | 48.34º | 0.98% | 0.35% | - |
| HSV(B) | 48.34º | 0.99% | 0.69% | - |
| XYZ | 27.96 | 29 | 4.18 | - |
| YUV | 137.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 2 | 0 | 0.19 | 0.99 | 0.31 | 48.34 | 0.98 | 0.35 |
| Hex | B1 | 8F | 2 | 0 | 13 | 63 | 1F | 30 | 62 | 23 |
| Octal | 261 | 217 | 2 | 0 | 23 | 143 | 37 | 60 | 142 | 43 |
| Binary | 10110001 | 10001111 | 10 | 0 | 10011 | 1100011 | 11111 | 110000 | 1100010 | 100011 |
Color Harmonies of #B18F02
Complementary color
Monochromatic Colors of #B18F02
Black with #B18F02
Text Example
Text Example
White with #B18F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F02; }
p { color: rgb(177,143,2); }
H1.HeaderClassName
{
color: #B18F02;
}
.AnyTagClassName
{
color: #B18F02;
}
</style>
background-color css
<style>
a { background-color: #B18F02; }
a { background-color: rgb(177,143,2); }
div.DivClassName
{
background-color: #B18F02;
}
.BgClassName
{
background-color: #B18F02;
}
</style>
border-color css
<style>
span { border-color: #B18F02; }
span { border-color: rgb(177,143,2); }
td.TdClassName
{
border-color: #B18F02;
}
.TagClassName
{
border-color: #B18F02;
}
</style>