Shades of Dark Goldenrod #BB7B0A
Tints of Dark Goldenrod #BB7B0A
RGB
CMYK
RGB Variations
Color information
#BB7B0A (or 0xBB7B0A) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 0A. RGB value is (187,123,10). Sum of RGB (Red+Green+Blue) = 187+123+10=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B0A is #4484F5. Grayscale: #818181. Windows color (decimal): -4490486 or 687035. OLE color: 687035.
HSL color Cylindrical-coordinate representation of color #BB7B0A: hue angle of 38.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB7B0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.27 |
| HSL | 38.31º | 0.9% | 0.39% | - |
| HSV(B) | 38.31º | 0.95% | 0.73% | - |
| XYZ | 27.63 | 24.75 | 3.61 | - |
| YUV | 129.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 10 | 0 | 0.34 | 0.95 | 0.27 | 38.31 | 0.9 | 0.39 |
| Hex | BB | 7B | A | 0 | 22 | 5F | 1B | 26 | 5A | 27 |
| Octal | 273 | 173 | 12 | 0 | 42 | 137 | 33 | 46 | 132 | 47 |
| Binary | 10111011 | 1111011 | 1010 | 0 | 100010 | 1011111 | 11011 | 100110 | 1011010 | 100111 |
Color Harmonies of #BB7B0A
Complementary color
Monochromatic Colors of #BB7B0A
Black with #BB7B0A
Text Example
Text Example
White with #BB7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B0A; }
p { color: rgb(187,123,10); }
H1.HeaderClassName
{
color: #BB7B0A;
}
.AnyTagClassName
{
color: #BB7B0A;
}
</style>
background-color css
<style>
a { background-color: #BB7B0A; }
a { background-color: rgb(187,123,10); }
div.DivClassName
{
background-color: #BB7B0A;
}
.BgClassName
{
background-color: #BB7B0A;
}
</style>
border-color css
<style>
span { border-color: #BB7B0A; }
span { border-color: rgb(187,123,10); }
td.TdClassName
{
border-color: #BB7B0A;
}
.TagClassName
{
border-color: #BB7B0A;
}
</style>