Shades of Dark Goldenrod #B6871C
Tints of Dark Goldenrod #B6871C
RGB
CMYK
RGB Variations
Color information
#B6871C (or 0xB6871C) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 1C. RGB value is (182,135,28). Sum of RGB (Red+Green+Blue) = 182+135+28=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6871C is #4978E3. Grayscale: #898989. Windows color (decimal): -4815076 or 1869750. OLE color: 1869750.
HSL color Cylindrical-coordinate representation of color #B6871C: hue angle of 41.69º degrees, saturation: 0.73, 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 #B6871C is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 135 | 28 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.29 |
| HSL | 41.69º | 0.73% | 0.41% | - |
| HSV(B) | 41.69º | 0.85% | 0.71% | - |
| XYZ | 28.16 | 27.36 | 4.89 | - |
| YUV | 136.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 135 | 28 | 0 | 0.26 | 0.85 | 0.29 | 41.69 | 0.73 | 0.41 |
| Hex | B6 | 87 | 1C | 0 | 1A | 55 | 1D | 2A | 49 | 29 |
| Octal | 266 | 207 | 34 | 0 | 32 | 125 | 35 | 52 | 111 | 51 |
| Binary | 10110110 | 10000111 | 11100 | 0 | 11010 | 1010101 | 11101 | 101010 | 1001001 | 101001 |
Color Harmonies of #B6871C
Complementary color
Monochromatic Colors of #B6871C
Black with #B6871C
Text Example
Text Example
White with #B6871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6871C; }
p { color: rgb(182,135,28); }
H1.HeaderClassName
{
color: #B6871C;
}
.AnyTagClassName
{
color: #B6871C;
}
</style>
background-color css
<style>
a { background-color: #B6871C; }
a { background-color: rgb(182,135,28); }
div.DivClassName
{
background-color: #B6871C;
}
.BgClassName
{
background-color: #B6871C;
}
</style>
border-color css
<style>
span { border-color: #B6871C; }
span { border-color: rgb(182,135,28); }
td.TdClassName
{
border-color: #B6871C;
}
.TagClassName
{
border-color: #B6871C;
}
</style>