Shades of Dark Goldenrod #BB8B03
Tints of Dark Goldenrod #BB8B03
RGB
CMYK
RGB Variations
Color information
#BB8B03 (or 0xBB8B03) is known color: Dark Goldenrod. HEX triplet: BB, 8B and 03. RGB value is (187,139,3). Sum of RGB (Red+Green+Blue) = 187+139+3=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B03 is #4474FC. Grayscale: #8A8A8A. Windows color (decimal): -4486397 or 232379. OLE color: 232379.
HSL color Cylindrical-coordinate representation of color #BB8B03: hue angle of 44.35º 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 #BB8B03 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.27 |
| HSL | 44.35º | 0.97% | 0.37% | - |
| HSV(B) | 44.35º | 0.98% | 0.73% | - |
| XYZ | 29.74 | 29.04 | 4.12 | - |
| YUV | 137.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 3 | 0 | 0.26 | 0.98 | 0.27 | 44.35 | 0.97 | 0.37 |
| Hex | BB | 8B | 3 | 0 | 1A | 62 | 1B | 2C | 61 | 25 |
| Octal | 273 | 213 | 3 | 0 | 32 | 142 | 33 | 54 | 141 | 45 |
| Binary | 10111011 | 10001011 | 11 | 0 | 11010 | 1100010 | 11011 | 101100 | 1100001 | 100101 |
Color Harmonies of #BB8B03
Complementary color
Monochromatic Colors of #BB8B03
Black with #BB8B03
Text Example
Text Example
White with #BB8B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B03; }
p { color: rgb(187,139,3); }
H1.HeaderClassName
{
color: #BB8B03;
}
.AnyTagClassName
{
color: #BB8B03;
}
</style>
background-color css
<style>
a { background-color: #BB8B03; }
a { background-color: rgb(187,139,3); }
div.DivClassName
{
background-color: #BB8B03;
}
.BgClassName
{
background-color: #BB8B03;
}
</style>
border-color css
<style>
span { border-color: #BB8B03; }
span { border-color: rgb(187,139,3); }
td.TdClassName
{
border-color: #BB8B03;
}
.TagClassName
{
border-color: #BB8B03;
}
</style>