Shades of Dark Goldenrod #B97A00
Tints of Dark Goldenrod #B97A00
RGB
CMYK
RGB Variations
Color information
#B97A00 (or 0xB97A00) is known color: Dark Goldenrod. HEX triplet: B9, 7A and 00. RGB value is (185,122,0). Sum of RGB (Red+Green+Blue) = 185+122+0=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97A00 is #4685FF. Grayscale: #7F7F7F. Windows color (decimal): -4621824 or 31417. OLE color: 31417.
HSL color Cylindrical-coordinate representation of color #B97A00: hue angle of 39.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B97A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 122 | 0 | - |
CMYK | 0 | 0.34 | 1 | 0.27 |
HSL | 39.57º | 1% | 0.36% | - |
HSV(B) | 39.57º | 1% | 0.73% | - |
XYZ | 26.97 | 24.23 | 3.26 | - |
YUV | 126.93 | 56.37 | 169.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 122 | 0 | 0 | 0.34 | 1 | 0.27 | 39.57 | 1 | 0.36 |
Hex | B9 | 7A | 0 | 0 | 22 | 64 | 1B | 28 | 64 | 24 |
Octal | 271 | 172 | 0 | 0 | 42 | 144 | 33 | 50 | 144 | 44 |
Binary | 10111001 | 1111010 | 0 | 0 | 100010 | 1100100 | 11011 | 101000 | 1100100 | 100100 |
Color Harmonies of #B97A00
Complementary color
Monochromatic Colors of #B97A00
Black with #B97A00
Text Example
Text Example
White with #B97A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A00; }
p { color: rgb(185,122,0); }
H1.HeaderClassName
{
color: #B97A00;
}
.AnyTagClassName
{
color: #B97A00;
}
</style>
background-color css
<style>
a { background-color: #B97A00; }
a { background-color: rgb(185,122,0); }
div.DivClassName
{
background-color: #B97A00;
}
.BgClassName
{
background-color: #B97A00;
}
</style>
border-color css
<style>
span { border-color: #B97A00; }
span { border-color: rgb(185,122,0); }
td.TdClassName
{
border-color: #B97A00;
}
.TagClassName
{
border-color: #B97A00;
}
</style>