Shades of Dark Goldenrod #BB7A03
Tints of Dark Goldenrod #BB7A03
RGB
CMYK
RGB Variations
Color information
#BB7A03 (or 0xBB7A03) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 03. RGB value is (187,122,3). Sum of RGB (Red+Green+Blue) = 187+122+3=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A03 is #4485FC. Grayscale: #808080. Windows color (decimal): -4490749 or 228027. OLE color: 228027.
HSL color Cylindrical-coordinate representation of color #BB7A03: hue angle of 38.8º 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 #BB7A03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.27 |
| HSL | 38.8º | 0.97% | 0.37% | - |
| HSV(B) | 38.8º | 0.98% | 0.73% | - |
| XYZ | 27.47 | 24.49 | 3.37 | - |
| YUV | 127.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 3 | 0 | 0.35 | 0.98 | 0.27 | 38.8 | 0.97 | 0.37 |
| Hex | BB | 7A | 3 | 0 | 23 | 62 | 1B | 27 | 61 | 25 |
| Octal | 273 | 172 | 3 | 0 | 43 | 142 | 33 | 47 | 141 | 45 |
| Binary | 10111011 | 1111010 | 11 | 0 | 100011 | 1100010 | 11011 | 100111 | 1100001 | 100101 |
Color Harmonies of #BB7A03
Complementary color
Monochromatic Colors of #BB7A03
Black with #BB7A03
Text Example
Text Example
White with #BB7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A03; }
p { color: rgb(187,122,3); }
H1.HeaderClassName
{
color: #BB7A03;
}
.AnyTagClassName
{
color: #BB7A03;
}
</style>
background-color css
<style>
a { background-color: #BB7A03; }
a { background-color: rgb(187,122,3); }
div.DivClassName
{
background-color: #BB7A03;
}
.BgClassName
{
background-color: #BB7A03;
}
</style>
border-color css
<style>
span { border-color: #BB7A03; }
span { border-color: rgb(187,122,3); }
td.TdClassName
{
border-color: #BB7A03;
}
.TagClassName
{
border-color: #BB7A03;
}
</style>