Shades of Dark Goldenrod #B29203
Tints of Dark Goldenrod #B29203
RGB
CMYK
RGB Variations
Color information
#B29203 (or 0xB29203) is known color: Dark Goldenrod. HEX triplet: B2, 92 and 03. RGB value is (178,146,3). Sum of RGB (Red+Green+Blue) = 178+146+3=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B29203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29203 is #4D6DFC. Grayscale: #8B8B8B. Windows color (decimal): -5074429 or 234162. OLE color: 234162.
HSL color Cylindrical-coordinate representation of color #B29203: hue angle of 49.03º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B29203 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 146 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.30 |
| HSL | 49.03º | 0.97% | 0.35% | - |
| HSV(B) | 49.03º | 0.98% | 0.7% | - |
| XYZ | 28.66 | 30.03 | 4.37 | - |
| YUV | 139.27 | 51.1 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 3 | 0 | 0.18 | 0.98 | 0.30 | 49.03 | 0.97 | 0.35 |
| Hex | B2 | 92 | 3 | 0 | 12 | 62 | 1E | 31 | 61 | 23 |
| Octal | 262 | 222 | 3 | 0 | 22 | 142 | 36 | 61 | 141 | 43 |
| Binary | 10110010 | 10010010 | 11 | 0 | 10010 | 1100010 | 11110 | 110001 | 1100001 | 100011 |
Color Harmonies of #B29203
Complementary color
Monochromatic Colors of #B29203
Black with #B29203
Text Example
Text Example
White with #B29203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29203; }
p { color: rgb(178,146,3); }
H1.HeaderClassName
{
color: #B29203;
}
.AnyTagClassName
{
color: #B29203;
}
</style>
background-color css
<style>
a { background-color: #B29203; }
a { background-color: rgb(178,146,3); }
div.DivClassName
{
background-color: #B29203;
}
.BgClassName
{
background-color: #B29203;
}
</style>
border-color css
<style>
span { border-color: #B29203; }
span { border-color: rgb(178,146,3); }
td.TdClassName
{
border-color: #B29203;
}
.TagClassName
{
border-color: #B29203;
}
</style>