Shades of Dark Goldenrod #B09203
Tints of Dark Goldenrod #B09203
RGB
CMYK
RGB Variations
Color information
#B09203 (or 0xB09203) is known color: Dark Goldenrod. HEX triplet: B0, 92 and 03. RGB value is (176,146,3). Sum of RGB (Red+Green+Blue) = 176+146+3=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09203 is #4F6DFC. Grayscale: #8B8B8B. Windows color (decimal): -5205501 or 234160. OLE color: 234160.
HSL color Cylindrical-coordinate representation of color #B09203: hue angle of 49.6º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B09203 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 3 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.31 |
| HSL | 49.6º | 0.97% | 0.35% | - |
| HSV(B) | 49.6º | 0.98% | 0.69% | - |
| XYZ | 28.2 | 29.79 | 4.35 | - |
| YUV | 138.67 | 51.44 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 3 | 0 | 0.17 | 0.98 | 0.31 | 49.6 | 0.97 | 0.35 |
| Hex | B0 | 92 | 3 | 0 | 11 | 62 | 1F | 32 | 61 | 23 |
| Octal | 260 | 222 | 3 | 0 | 21 | 142 | 37 | 62 | 141 | 43 |
| Binary | 10110000 | 10010010 | 11 | 0 | 10001 | 1100010 | 11111 | 110010 | 1100001 | 100011 |
Color Harmonies of #B09203
Complementary color
Monochromatic Colors of #B09203
Black with #B09203
Text Example
Text Example
White with #B09203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09203; }
p { color: rgb(176,146,3); }
H1.HeaderClassName
{
color: #B09203;
}
.AnyTagClassName
{
color: #B09203;
}
</style>
background-color css
<style>
a { background-color: #B09203; }
a { background-color: rgb(176,146,3); }
div.DivClassName
{
background-color: #B09203;
}
.BgClassName
{
background-color: #B09203;
}
</style>
border-color css
<style>
span { border-color: #B09203; }
span { border-color: rgb(176,146,3); }
td.TdClassName
{
border-color: #B09203;
}
.TagClassName
{
border-color: #B09203;
}
</style>