Shades of Dark Goldenrod #B09201
Tints of Dark Goldenrod #B09201
RGB
CMYK
RGB Variations
Color information
#B09201 (or 0xB09201) is known color: Dark Goldenrod. HEX triplet: B0, 92 and 01. RGB value is (176,146,1). Sum of RGB (Red+Green+Blue) = 176+146+1=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B09201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09201 is #4F6DFE. Grayscale: #8B8B8B. Windows color (decimal): -5205503 or 103088. OLE color: 103088.
HSL color Cylindrical-coordinate representation of color #B09201: hue angle of 49.71º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B09201 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 146 | 1 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.31 |
| HSL | 49.71º | 0.99% | 0.35% | - |
| HSV(B) | 49.71º | 0.99% | 0.69% | - |
| XYZ | 28.19 | 29.79 | 4.29 | - |
| YUV | 138.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 146 | 1 | 0 | 0.17 | 0.99 | 0.31 | 49.71 | 0.99 | 0.35 |
| Hex | B0 | 92 | 1 | 0 | 11 | 63 | 1F | 32 | 63 | 23 |
| Octal | 260 | 222 | 1 | 0 | 21 | 143 | 37 | 62 | 143 | 43 |
| Binary | 10110000 | 10010010 | 1 | 0 | 10001 | 1100011 | 11111 | 110010 | 1100011 | 100011 |
Color Harmonies of #B09201
Complementary color
Monochromatic Colors of #B09201
Black with #B09201
Text Example
Text Example
White with #B09201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09201; }
p { color: rgb(176,146,1); }
H1.HeaderClassName
{
color: #B09201;
}
.AnyTagClassName
{
color: #B09201;
}
</style>
background-color css
<style>
a { background-color: #B09201; }
a { background-color: rgb(176,146,1); }
div.DivClassName
{
background-color: #B09201;
}
.BgClassName
{
background-color: #B09201;
}
</style>
border-color css
<style>
span { border-color: #B09201; }
span { border-color: rgb(176,146,1); }
td.TdClassName
{
border-color: #B09201;
}
.TagClassName
{
border-color: #B09201;
}
</style>