Shades of Dark Goldenrod #B78F0F
Tints of Dark Goldenrod #B78F0F
RGB
CMYK
RGB Variations
Color information
#B78F0F (or 0xB78F0F) is known color: Dark Goldenrod. HEX triplet: B7, 8F and 0F. RGB value is (183,143,15). Sum of RGB (Red+Green+Blue) = 183+143+15=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B78F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78F0F is #4870F0. Grayscale: #8C8C8C. Windows color (decimal): -4747505 or 1019831. OLE color: 1019831.
HSL color Cylindrical-coordinate representation of color #B78F0F: hue angle of 45.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B78F0F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.28 |
| HSL | 45.71º | 0.85% | 0.39% | - |
| HSV(B) | 45.71º | 0.92% | 0.72% | - |
| XYZ | 29.44 | 29.75 | 4.64 | - |
| YUV | 140.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 15 | 0 | 0.22 | 0.92 | 0.28 | 45.71 | 0.85 | 0.39 |
| Hex | B7 | 8F | F | 0 | 16 | 5C | 1C | 2E | 55 | 27 |
| Octal | 267 | 217 | 17 | 0 | 26 | 134 | 34 | 56 | 125 | 47 |
| Binary | 10110111 | 10001111 | 1111 | 0 | 10110 | 1011100 | 11100 | 101110 | 1010101 | 100111 |
Color Harmonies of #B78F0F
Complementary color
Monochromatic Colors of #B78F0F
Black with #B78F0F
Text Example
Text Example
White with #B78F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78F0F; }
p { color: rgb(183,143,15); }
H1.HeaderClassName
{
color: #B78F0F;
}
.AnyTagClassName
{
color: #B78F0F;
}
</style>
background-color css
<style>
a { background-color: #B78F0F; }
a { background-color: rgb(183,143,15); }
div.DivClassName
{
background-color: #B78F0F;
}
.BgClassName
{
background-color: #B78F0F;
}
</style>
border-color css
<style>
span { border-color: #B78F0F; }
span { border-color: rgb(183,143,15); }
td.TdClassName
{
border-color: #B78F0F;
}
.TagClassName
{
border-color: #B78F0F;
}
</style>