Shades of Dark Goldenrod #B97303
Tints of Dark Goldenrod #B97303
RGB
CMYK
RGB Variations
Color information
#B97303 (or 0xB97303) is known color: Dark Goldenrod. HEX triplet: B9, 73 and 03. RGB value is (185,115,3). Sum of RGB (Red+Green+Blue) = 185+115+3=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B97303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97303 is #468CFC. Grayscale: #7B7B7B. Windows color (decimal): -4623613 or 226233. OLE color: 226233.
HSL color Cylindrical-coordinate representation of color #B97303: hue angle of 36.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B97303 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.27 |
| HSL | 36.92º | 0.97% | 0.37% | - |
| HSV(B) | 36.92º | 0.98% | 0.73% | - |
| XYZ | 26.15 | 22.58 | 3.07 | - |
| YUV | 123.16 | 60.19 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 3 | 0 | 0.38 | 0.98 | 0.27 | 36.92 | 0.97 | 0.37 |
| Hex | B9 | 73 | 3 | 0 | 26 | 62 | 1B | 25 | 61 | 25 |
| Octal | 271 | 163 | 3 | 0 | 46 | 142 | 33 | 45 | 141 | 45 |
| Binary | 10111001 | 1110011 | 11 | 0 | 100110 | 1100010 | 11011 | 100101 | 1100001 | 100101 |
Color Harmonies of #B97303
Complementary color
Monochromatic Colors of #B97303
Black with #B97303
Text Example
Text Example
White with #B97303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97303; }
p { color: rgb(185,115,3); }
H1.HeaderClassName
{
color: #B97303;
}
.AnyTagClassName
{
color: #B97303;
}
</style>
background-color css
<style>
a { background-color: #B97303; }
a { background-color: rgb(185,115,3); }
div.DivClassName
{
background-color: #B97303;
}
.BgClassName
{
background-color: #B97303;
}
</style>
border-color css
<style>
span { border-color: #B97303; }
span { border-color: rgb(185,115,3); }
td.TdClassName
{
border-color: #B97303;
}
.TagClassName
{
border-color: #B97303;
}
</style>