Shades of Dark Goldenrod #B5871C
Tints of Dark Goldenrod #B5871C
RGB
CMYK
RGB Variations
Color information
#B5871C (or 0xB5871C) is known color: Dark Goldenrod. HEX triplet: B5, 87 and 1C. RGB value is (181,135,28). Sum of RGB (Red+Green+Blue) = 181+135+28=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5871C is #4A78E3. Grayscale: #898989. Windows color (decimal): -4880612 or 1869749. OLE color: 1869749.
HSL color Cylindrical-coordinate representation of color #B5871C: hue angle of 41.96º 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 #B5871C is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 28 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.29 |
| HSL | 41.96º | 0.73% | 0.41% | - |
| HSV(B) | 41.96º | 0.85% | 0.71% | - |
| XYZ | 27.93 | 27.24 | 4.88 | - |
| YUV | 136.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 28 | 0 | 0.25 | 0.85 | 0.29 | 41.96 | 0.73 | 0.41 |
| Hex | B5 | 87 | 1C | 0 | 19 | 55 | 1D | 2A | 49 | 29 |
| Octal | 265 | 207 | 34 | 0 | 31 | 125 | 35 | 52 | 111 | 51 |
| Binary | 10110101 | 10000111 | 11100 | 0 | 11001 | 1010101 | 11101 | 101010 | 1001001 | 101001 |
Color Harmonies of #B5871C
Complementary color
Monochromatic Colors of #B5871C
Black with #B5871C
Text Example
Text Example
White with #B5871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5871C; }
p { color: rgb(181,135,28); }
H1.HeaderClassName
{
color: #B5871C;
}
.AnyTagClassName
{
color: #B5871C;
}
</style>
background-color css
<style>
a { background-color: #B5871C; }
a { background-color: rgb(181,135,28); }
div.DivClassName
{
background-color: #B5871C;
}
.BgClassName
{
background-color: #B5871C;
}
</style>
border-color css
<style>
span { border-color: #B5871C; }
span { border-color: rgb(181,135,28); }
td.TdClassName
{
border-color: #B5871C;
}
.TagClassName
{
border-color: #B5871C;
}
</style>