Shades of Dark Goldenrod #BB7203
Tints of Dark Goldenrod #BB7203
RGB
CMYK
RGB Variations
Color information
#BB7203 (or 0xBB7203) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 03. RGB value is (187,114,3). Sum of RGB (Red+Green+Blue) = 187+114+3=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7203 is #448DFC. Grayscale: #7B7B7B. Windows color (decimal): -4492797 or 225979. OLE color: 225979.
HSL color Cylindrical-coordinate representation of color #BB7203: hue angle of 36.2º 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 #BB7203 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.27 |
| HSL | 36.2º | 0.97% | 0.37% | - |
| HSV(B) | 36.2º | 0.98% | 0.73% | - |
| XYZ | 26.53 | 22.61 | 3.05 | - |
| YUV | 123.17 | 60.18 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 3 | 0 | 0.39 | 0.98 | 0.27 | 36.2 | 0.97 | 0.37 |
| Hex | BB | 72 | 3 | 0 | 27 | 62 | 1B | 24 | 61 | 25 |
| Octal | 273 | 162 | 3 | 0 | 47 | 142 | 33 | 44 | 141 | 45 |
| Binary | 10111011 | 1110010 | 11 | 0 | 100111 | 1100010 | 11011 | 100100 | 1100001 | 100101 |
Color Harmonies of #BB7203
Complementary color
Monochromatic Colors of #BB7203
Black with #BB7203
Text Example
Text Example
White with #BB7203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7203; }
p { color: rgb(187,114,3); }
H1.HeaderClassName
{
color: #BB7203;
}
.AnyTagClassName
{
color: #BB7203;
}
</style>
background-color css
<style>
a { background-color: #BB7203; }
a { background-color: rgb(187,114,3); }
div.DivClassName
{
background-color: #BB7203;
}
.BgClassName
{
background-color: #BB7203;
}
</style>
border-color css
<style>
span { border-color: #BB7203; }
span { border-color: rgb(187,114,3); }
td.TdClassName
{
border-color: #BB7203;
}
.TagClassName
{
border-color: #BB7203;
}
</style>