Shades of Dark Goldenrod #B3900F
Tints of Dark Goldenrod #B3900F
RGB
CMYK
RGB Variations
Color information
#B3900F (or 0xB3900F) is known color: Dark Goldenrod. HEX triplet: B3, 90 and 0F. RGB value is (179,144,15). Sum of RGB (Red+Green+Blue) = 179+144+15=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3900F is #4C6FF0. Grayscale: #8C8C8C. Windows color (decimal): -5009393 or 1020083. OLE color: 1020083.
HSL color Cylindrical-coordinate representation of color #B3900F: hue angle of 47.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3900F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.30 |
| HSL | 47.2º | 0.85% | 0.38% | - |
| HSV(B) | 47.2º | 0.92% | 0.7% | - |
| XYZ | 28.65 | 29.56 | 4.65 | - |
| YUV | 139.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 15 | 0 | 0.20 | 0.92 | 0.30 | 47.2 | 0.85 | 0.38 |
| Hex | B3 | 90 | F | 0 | 14 | 5C | 1E | 2F | 55 | 26 |
| Octal | 263 | 220 | 17 | 0 | 24 | 134 | 36 | 57 | 125 | 46 |
| Binary | 10110011 | 10010000 | 1111 | 0 | 10100 | 1011100 | 11110 | 101111 | 1010101 | 100110 |
Color Harmonies of #B3900F
Complementary color
Monochromatic Colors of #B3900F
Black with #B3900F
Text Example
Text Example
White with #B3900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3900F; }
p { color: rgb(179,144,15); }
H1.HeaderClassName
{
color: #B3900F;
}
.AnyTagClassName
{
color: #B3900F;
}
</style>
background-color css
<style>
a { background-color: #B3900F; }
a { background-color: rgb(179,144,15); }
div.DivClassName
{
background-color: #B3900F;
}
.BgClassName
{
background-color: #B3900F;
}
</style>
border-color css
<style>
span { border-color: #B3900F; }
span { border-color: rgb(179,144,15); }
td.TdClassName
{
border-color: #B3900F;
}
.TagClassName
{
border-color: #B3900F;
}
</style>