Shades of Dark Goldenrod #B7881B
Tints of Dark Goldenrod #B7881B
RGB
CMYK
RGB Variations
Color information
#B7881B (or 0xB7881B) is known color: Dark Goldenrod. HEX triplet: B7, 88 and 1B. RGB value is (183,136,27). Sum of RGB (Red+Green+Blue) = 183+136+27=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B7881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7881B is #4877E4. Grayscale: #8A8A8A. Windows color (decimal): -4749285 or 1804471. OLE color: 1804471.
HSL color Cylindrical-coordinate representation of color #B7881B: hue angle of 41.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7881B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 136 | 27 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.28 |
| HSL | 41.92º | 0.74% | 0.41% | - |
| HSV(B) | 41.92º | 0.85% | 0.72% | - |
| XYZ | 28.53 | 27.75 | 4.89 | - |
| YUV | 137.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 136 | 27 | 0 | 0.26 | 0.85 | 0.28 | 41.92 | 0.74 | 0.41 |
| Hex | B7 | 88 | 1B | 0 | 1A | 55 | 1C | 2A | 4A | 29 |
| Octal | 267 | 210 | 33 | 0 | 32 | 125 | 34 | 52 | 112 | 51 |
| Binary | 10110111 | 10001000 | 11011 | 0 | 11010 | 1010101 | 11100 | 101010 | 1001010 | 101001 |
Color Harmonies of #B7881B
Complementary color
Monochromatic Colors of #B7881B
Black with #B7881B
Text Example
Text Example
White with #B7881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7881B; }
p { color: rgb(183,136,27); }
H1.HeaderClassName
{
color: #B7881B;
}
.AnyTagClassName
{
color: #B7881B;
}
</style>
background-color css
<style>
a { background-color: #B7881B; }
a { background-color: rgb(183,136,27); }
div.DivClassName
{
background-color: #B7881B;
}
.BgClassName
{
background-color: #B7881B;
}
</style>
border-color css
<style>
span { border-color: #B7881B; }
span { border-color: rgb(183,136,27); }
td.TdClassName
{
border-color: #B7881B;
}
.TagClassName
{
border-color: #B7881B;
}
</style>