Shades of Dark Goldenrod #B6881B
Tints of Dark Goldenrod #B6881B
RGB
CMYK
RGB Variations
Color information
#B6881B (or 0xB6881B) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 1B. RGB value is (182,136,27). Sum of RGB (Red+Green+Blue) = 182+136+27=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6881B is #4977E4. Grayscale: #898989. Windows color (decimal): -4814821 or 1804470. OLE color: 1804470.
HSL color Cylindrical-coordinate representation of color #B6881B: hue angle of 42.19º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6881B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 27 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.29 |
| HSL | 42.19º | 0.74% | 0.41% | - |
| HSV(B) | 42.19º | 0.85% | 0.71% | - |
| XYZ | 28.29 | 27.63 | 4.88 | - |
| YUV | 137.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 27 | 0 | 0.25 | 0.85 | 0.29 | 42.19 | 0.74 | 0.41 |
| Hex | B6 | 88 | 1B | 0 | 19 | 55 | 1D | 2A | 4A | 29 |
| Octal | 266 | 210 | 33 | 0 | 31 | 125 | 35 | 52 | 112 | 51 |
| Binary | 10110110 | 10001000 | 11011 | 0 | 11001 | 1010101 | 11101 | 101010 | 1001010 | 101001 |
Color Harmonies of #B6881B
Complementary color
Monochromatic Colors of #B6881B
Black with #B6881B
Text Example
Text Example
White with #B6881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6881B; }
p { color: rgb(182,136,27); }
H1.HeaderClassName
{
color: #B6881B;
}
.AnyTagClassName
{
color: #B6881B;
}
</style>
background-color css
<style>
a { background-color: #B6881B; }
a { background-color: rgb(182,136,27); }
div.DivClassName
{
background-color: #B6881B;
}
.BgClassName
{
background-color: #B6881B;
}
</style>
border-color css
<style>
span { border-color: #B6881B; }
span { border-color: rgb(182,136,27); }
td.TdClassName
{
border-color: #B6881B;
}
.TagClassName
{
border-color: #B6881B;
}
</style>