Shades of Dark Goldenrod #B5841C
Tints of Dark Goldenrod #B5841C
RGB
CMYK
RGB Variations
Color information
#B5841C (or 0xB5841C) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 1C. RGB value is (181,132,28). Sum of RGB (Red+Green+Blue) = 181+132+28=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5841C is #4A7BE3. Grayscale: #878787. Windows color (decimal): -4881380 or 1868981. OLE color: 1868981.
HSL color Cylindrical-coordinate representation of color #B5841C: hue angle of 40.78º 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 #B5841C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 28 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.29 |
| HSL | 40.78º | 0.73% | 0.41% | - |
| HSV(B) | 40.78º | 0.85% | 0.71% | - |
| XYZ | 27.52 | 26.41 | 4.75 | - |
| YUV | 134.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 28 | 0 | 0.27 | 0.85 | 0.29 | 40.78 | 0.73 | 0.41 |
| Hex | B5 | 84 | 1C | 0 | 1B | 55 | 1D | 29 | 49 | 29 |
| Octal | 265 | 204 | 34 | 0 | 33 | 125 | 35 | 51 | 111 | 51 |
| Binary | 10110101 | 10000100 | 11100 | 0 | 11011 | 1010101 | 11101 | 101001 | 1001001 | 101001 |
Color Harmonies of #B5841C
Complementary color
Monochromatic Colors of #B5841C
Black with #B5841C
Text Example
Text Example
White with #B5841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5841C; }
p { color: rgb(181,132,28); }
H1.HeaderClassName
{
color: #B5841C;
}
.AnyTagClassName
{
color: #B5841C;
}
</style>
background-color css
<style>
a { background-color: #B5841C; }
a { background-color: rgb(181,132,28); }
div.DivClassName
{
background-color: #B5841C;
}
.BgClassName
{
background-color: #B5841C;
}
</style>
border-color css
<style>
span { border-color: #B5841C; }
span { border-color: rgb(181,132,28); }
td.TdClassName
{
border-color: #B5841C;
}
.TagClassName
{
border-color: #B5841C;
}
</style>