Shades of Dark Goldenrod #B0811A
Tints of Dark Goldenrod #B0811A
RGB
CMYK
RGB Variations
Color information
#B0811A (or 0xB0811A) is known color: Dark Goldenrod. HEX triplet: B0, 81 and 1A. RGB value is (176,129,26). Sum of RGB (Red+Green+Blue) = 176+129+26=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0811A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0811A is #4F7EE5. Grayscale: #838383. Windows color (decimal): -5209830 or 1737136. OLE color: 1737136.
HSL color Cylindrical-coordinate representation of color #B0811A: hue angle of 41.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0811A is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 26 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.31 |
| HSL | 41.2º | 0.74% | 0.4% | - |
| HSV(B) | 41.2º | 0.85% | 0.69% | - |
| XYZ | 25.94 | 25.01 | 4.44 | - |
| YUV | 131.31 | 68.57 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 26 | 0 | 0.27 | 0.85 | 0.31 | 41.2 | 0.74 | 0.4 |
| Hex | B0 | 81 | 1A | 0 | 1B | 55 | 1F | 29 | 4A | 28 |
| Octal | 260 | 201 | 32 | 0 | 33 | 125 | 37 | 51 | 112 | 50 |
| Binary | 10110000 | 10000001 | 11010 | 0 | 11011 | 1010101 | 11111 | 101001 | 1001010 | 101000 |
Color Harmonies of #B0811A
Complementary color
Monochromatic Colors of #B0811A
Black with #B0811A
Text Example
Text Example
White with #B0811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0811A; }
p { color: rgb(176,129,26); }
H1.HeaderClassName
{
color: #B0811A;
}
.AnyTagClassName
{
color: #B0811A;
}
</style>
background-color css
<style>
a { background-color: #B0811A; }
a { background-color: rgb(176,129,26); }
div.DivClassName
{
background-color: #B0811A;
}
.BgClassName
{
background-color: #B0811A;
}
</style>
border-color css
<style>
span { border-color: #B0811A; }
span { border-color: rgb(176,129,26); }
td.TdClassName
{
border-color: #B0811A;
}
.TagClassName
{
border-color: #B0811A;
}
</style>