Shades of Dark Goldenrod #B19203
Tints of Dark Goldenrod #B19203
RGB
CMYK
RGB Variations
Color information
#B19203 (or 0xB19203) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 03. RGB value is (177,146,3). Sum of RGB (Red+Green+Blue) = 177+146+3=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B19203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19203 is #4E6DFC. Grayscale: #8B8B8B. Windows color (decimal): -5139965 or 234161. OLE color: 234161.
HSL color Cylindrical-coordinate representation of color #B19203: hue angle of 49.31º 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 #B19203 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.31 |
| HSL | 49.31º | 0.97% | 0.35% | - |
| HSV(B) | 49.31º | 0.98% | 0.69% | - |
| XYZ | 28.43 | 29.91 | 4.36 | - |
| YUV | 138.97 | 51.27 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 3 | 0 | 0.18 | 0.98 | 0.31 | 49.31 | 0.97 | 0.35 |
| Hex | B1 | 92 | 3 | 0 | 12 | 62 | 1F | 31 | 61 | 23 |
| Octal | 261 | 222 | 3 | 0 | 22 | 142 | 37 | 61 | 141 | 43 |
| Binary | 10110001 | 10010010 | 11 | 0 | 10010 | 1100010 | 11111 | 110001 | 1100001 | 100011 |
Color Harmonies of #B19203
Complementary color
Monochromatic Colors of #B19203
Black with #B19203
Text Example
Text Example
White with #B19203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19203; }
p { color: rgb(177,146,3); }
H1.HeaderClassName
{
color: #B19203;
}
.AnyTagClassName
{
color: #B19203;
}
</style>
background-color css
<style>
a { background-color: #B19203; }
a { background-color: rgb(177,146,3); }
div.DivClassName
{
background-color: #B19203;
}
.BgClassName
{
background-color: #B19203;
}
</style>
border-color css
<style>
span { border-color: #B19203; }
span { border-color: rgb(177,146,3); }
td.TdClassName
{
border-color: #B19203;
}
.TagClassName
{
border-color: #B19203;
}
</style>