Shades of Dark Goldenrod #B7830A
Tints of Dark Goldenrod #B7830A
RGB
CMYK
RGB Variations
Color information
#B7830A (or 0xB7830A) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 0A. RGB value is (183,131,10). Sum of RGB (Red+Green+Blue) = 183+131+10=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7830A is #487CF5. Grayscale: #858585. Windows color (decimal): -4750582 or 689079. OLE color: 689079.
HSL color Cylindrical-coordinate representation of color #B7830A: hue angle of 41.97º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7830A is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 10 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.28 |
| HSL | 41.97º | 0.9% | 0.38% | - |
| HSV(B) | 41.97º | 0.95% | 0.72% | - |
| XYZ | 27.7 | 26.32 | 3.91 | - |
| YUV | 132.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 10 | 0 | 0.28 | 0.95 | 0.28 | 41.97 | 0.9 | 0.38 |
| Hex | B7 | 83 | A | 0 | 1C | 5F | 1C | 2A | 5A | 26 |
| Octal | 267 | 203 | 12 | 0 | 34 | 137 | 34 | 52 | 132 | 46 |
| Binary | 10110111 | 10000011 | 1010 | 0 | 11100 | 1011111 | 11100 | 101010 | 1011010 | 100110 |
Color Harmonies of #B7830A
Complementary color
Monochromatic Colors of #B7830A
Black with #B7830A
Text Example
Text Example
White with #B7830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7830A; }
p { color: rgb(183,131,10); }
H1.HeaderClassName
{
color: #B7830A;
}
.AnyTagClassName
{
color: #B7830A;
}
</style>
background-color css
<style>
a { background-color: #B7830A; }
a { background-color: rgb(183,131,10); }
div.DivClassName
{
background-color: #B7830A;
}
.BgClassName
{
background-color: #B7830A;
}
</style>
border-color css
<style>
span { border-color: #B7830A; }
span { border-color: rgb(183,131,10); }
td.TdClassName
{
border-color: #B7830A;
}
.TagClassName
{
border-color: #B7830A;
}
</style>