Shades of Dark Goldenrod #BB8703
Tints of Dark Goldenrod #BB8703
RGB
CMYK
RGB Variations
Color information
#BB8703 (or 0xBB8703) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 03. RGB value is (187,135,3). Sum of RGB (Red+Green+Blue) = 187+135+3=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8703 is #4478FC. Grayscale: #888888. Windows color (decimal): -4487421 or 231355. OLE color: 231355.
HSL color Cylindrical-coordinate representation of color #BB8703: hue angle of 43.04º 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 #BB8703 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.27 |
| HSL | 43.04º | 0.97% | 0.37% | - |
| HSV(B) | 43.04º | 0.98% | 0.73% | - |
| XYZ | 29.17 | 27.9 | 3.93 | - |
| YUV | 135.5 | 53.23 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 3 | 0 | 0.28 | 0.98 | 0.27 | 43.04 | 0.97 | 0.37 |
| Hex | BB | 87 | 3 | 0 | 1C | 62 | 1B | 2B | 61 | 25 |
| Octal | 273 | 207 | 3 | 0 | 34 | 142 | 33 | 53 | 141 | 45 |
| Binary | 10111011 | 10000111 | 11 | 0 | 11100 | 1100010 | 11011 | 101011 | 1100001 | 100101 |
Color Harmonies of #BB8703
Complementary color
Monochromatic Colors of #BB8703
Black with #BB8703
Text Example
Text Example
White with #BB8703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8703; }
p { color: rgb(187,135,3); }
H1.HeaderClassName
{
color: #BB8703;
}
.AnyTagClassName
{
color: #BB8703;
}
</style>
background-color css
<style>
a { background-color: #BB8703; }
a { background-color: rgb(187,135,3); }
div.DivClassName
{
background-color: #BB8703;
}
.BgClassName
{
background-color: #BB8703;
}
</style>
border-color css
<style>
span { border-color: #BB8703; }
span { border-color: rgb(187,135,3); }
td.TdClassName
{
border-color: #BB8703;
}
.TagClassName
{
border-color: #BB8703;
}
</style>