Shades of Dark Goldenrod #B38F0F
Tints of Dark Goldenrod #B38F0F
RGB
CMYK
RGB Variations
Color information
#B38F0F (or 0xB38F0F) is known color: Dark Goldenrod. HEX triplet: B3, 8F and 0F. RGB value is (179,143,15). Sum of RGB (Red+Green+Blue) = 179+143+15=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38F0F is #4C70F0. Grayscale: #8B8B8B. Windows color (decimal): -5009649 or 1019827. OLE color: 1019827.
HSL color Cylindrical-coordinate representation of color #B38F0F: hue angle of 46.83º 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 #B38F0F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 15 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.30 |
| HSL | 46.83º | 0.85% | 0.38% | - |
| HSV(B) | 46.83º | 0.92% | 0.7% | - |
| XYZ | 28.5 | 29.26 | 4.6 | - |
| YUV | 139.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 15 | 0 | 0.20 | 0.92 | 0.30 | 46.83 | 0.85 | 0.38 |
| Hex | B3 | 8F | F | 0 | 14 | 5C | 1E | 2F | 55 | 26 |
| Octal | 263 | 217 | 17 | 0 | 24 | 134 | 36 | 57 | 125 | 46 |
| Binary | 10110011 | 10001111 | 1111 | 0 | 10100 | 1011100 | 11110 | 101111 | 1010101 | 100110 |
Color Harmonies of #B38F0F
Complementary color
Monochromatic Colors of #B38F0F
Black with #B38F0F
Text Example
Text Example
White with #B38F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F0F; }
p { color: rgb(179,143,15); }
H1.HeaderClassName
{
color: #B38F0F;
}
.AnyTagClassName
{
color: #B38F0F;
}
</style>
background-color css
<style>
a { background-color: #B38F0F; }
a { background-color: rgb(179,143,15); }
div.DivClassName
{
background-color: #B38F0F;
}
.BgClassName
{
background-color: #B38F0F;
}
</style>
border-color css
<style>
span { border-color: #B38F0F; }
span { border-color: rgb(179,143,15); }
td.TdClassName
{
border-color: #B38F0F;
}
.TagClassName
{
border-color: #B38F0F;
}
</style>