Shades of Dark Goldenrod #B6880F
Tints of Dark Goldenrod #B6880F
RGB
CMYK
RGB Variations
Color information
#B6880F (or 0xB6880F) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 0F. RGB value is (182,136,15). Sum of RGB (Red+Green+Blue) = 182+136+15=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B6880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6880F is #4977F0. Grayscale: #888888. Windows color (decimal): -4814833 or 1018038. OLE color: 1018038.
HSL color Cylindrical-coordinate representation of color #B6880F: hue angle of 43.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6880F is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 15 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.29 |
| HSL | 43.47º | 0.85% | 0.39% | - |
| HSV(B) | 43.47º | 0.92% | 0.71% | - |
| XYZ | 28.18 | 27.59 | 4.29 | - |
| YUV | 135.96 | 59.74 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 15 | 0 | 0.25 | 0.92 | 0.29 | 43.47 | 0.85 | 0.39 |
| Hex | B6 | 88 | F | 0 | 19 | 5C | 1D | 2B | 55 | 27 |
| Octal | 266 | 210 | 17 | 0 | 31 | 134 | 35 | 53 | 125 | 47 |
| Binary | 10110110 | 10001000 | 1111 | 0 | 11001 | 1011100 | 11101 | 101011 | 1010101 | 100111 |
Color Harmonies of #B6880F
Complementary color
Monochromatic Colors of #B6880F
Black with #B6880F
Text Example
Text Example
White with #B6880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6880F; }
p { color: rgb(182,136,15); }
H1.HeaderClassName
{
color: #B6880F;
}
.AnyTagClassName
{
color: #B6880F;
}
</style>
background-color css
<style>
a { background-color: #B6880F; }
a { background-color: rgb(182,136,15); }
div.DivClassName
{
background-color: #B6880F;
}
.BgClassName
{
background-color: #B6880F;
}
</style>
border-color css
<style>
span { border-color: #B6880F; }
span { border-color: rgb(182,136,15); }
td.TdClassName
{
border-color: #B6880F;
}
.TagClassName
{
border-color: #B6880F;
}
</style>