Shades of Dark Goldenrod #B0841C
Tints of Dark Goldenrod #B0841C
RGB
CMYK
RGB Variations
Color information
#B0841C (or 0xB0841C) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 1C. RGB value is (176,132,28). Sum of RGB (Red+Green+Blue) = 176+132+28=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0841C is #4F7BE3. Grayscale: #858585. Windows color (decimal): -5209060 or 1868976. OLE color: 1868976.
HSL color Cylindrical-coordinate representation of color #B0841C: hue angle of 42.16º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0841C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 28 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.31 |
| HSL | 42.16º | 0.73% | 0.4% | - |
| HSV(B) | 42.16º | 0.84% | 0.69% | - |
| XYZ | 26.37 | 25.82 | 4.69 | - |
| YUV | 133.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 28 | 0 | 0.25 | 0.84 | 0.31 | 42.16 | 0.73 | 0.4 |
| Hex | B0 | 84 | 1C | 0 | 19 | 54 | 1F | 2A | 49 | 28 |
| Octal | 260 | 204 | 34 | 0 | 31 | 124 | 37 | 52 | 111 | 50 |
| Binary | 10110000 | 10000100 | 11100 | 0 | 11001 | 1010100 | 11111 | 101010 | 1001001 | 101000 |
Color Harmonies of #B0841C
Complementary color
Monochromatic Colors of #B0841C
Black with #B0841C
Text Example
Text Example
White with #B0841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0841C; }
p { color: rgb(176,132,28); }
H1.HeaderClassName
{
color: #B0841C;
}
.AnyTagClassName
{
color: #B0841C;
}
</style>
background-color css
<style>
a { background-color: #B0841C; }
a { background-color: rgb(176,132,28); }
div.DivClassName
{
background-color: #B0841C;
}
.BgClassName
{
background-color: #B0841C;
}
</style>
border-color css
<style>
span { border-color: #B0841C; }
span { border-color: rgb(176,132,28); }
td.TdClassName
{
border-color: #B0841C;
}
.TagClassName
{
border-color: #B0841C;
}
</style>