Shades of Dark Goldenrod #BB8A14
Tints of Dark Goldenrod #BB8A14
RGB
CMYK
RGB Variations
Color information
#BB8A14 (or 0xBB8A14) is known color: Dark Goldenrod. HEX triplet: BB, 8A and 14. RGB value is (187,138,20). Sum of RGB (Red+Green+Blue) = 187+138+20=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8A14 is #4475EB. Grayscale: #8B8B8B. Windows color (decimal): -4486636 or 1346235. OLE color: 1346235.
HSL color Cylindrical-coordinate representation of color #BB8A14: hue angle of 42.4º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB8A14 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 138 | 20 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.27 |
| HSL | 42.4º | 0.81% | 0.41% | - |
| HSV(B) | 42.4º | 0.89% | 0.73% | - |
| XYZ | 29.71 | 28.79 | 4.65 | - |
| YUV | 139.2 | 60.73 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 20 | 0 | 0.26 | 0.89 | 0.27 | 42.4 | 0.81 | 0.41 |
| Hex | BB | 8A | 14 | 0 | 1A | 59 | 1B | 2A | 51 | 29 |
| Octal | 273 | 212 | 24 | 0 | 32 | 131 | 33 | 52 | 121 | 51 |
| Binary | 10111011 | 10001010 | 10100 | 0 | 11010 | 1011001 | 11011 | 101010 | 1010001 | 101001 |
Color Harmonies of #BB8A14
Complementary color
Monochromatic Colors of #BB8A14
Black with #BB8A14
Text Example
Text Example
White with #BB8A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8A14; }
p { color: rgb(187,138,20); }
H1.HeaderClassName
{
color: #BB8A14;
}
.AnyTagClassName
{
color: #BB8A14;
}
</style>
background-color css
<style>
a { background-color: #BB8A14; }
a { background-color: rgb(187,138,20); }
div.DivClassName
{
background-color: #BB8A14;
}
.BgClassName
{
background-color: #BB8A14;
}
</style>
border-color css
<style>
span { border-color: #BB8A14; }
span { border-color: rgb(187,138,20); }
td.TdClassName
{
border-color: #BB8A14;
}
.TagClassName
{
border-color: #BB8A14;
}
</style>