Shades of Dark Goldenrod #BB8B18
Tints of Dark Goldenrod #BB8B18
RGB
CMYK
RGB Variations
Color information
#BB8B18 (or 0xBB8B18) is known color: Dark Goldenrod. HEX triplet: BB, 8B and 18. RGB value is (187,139,24). Sum of RGB (Red+Green+Blue) = 187+139+24=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B18 is #4474E7. Grayscale: #8C8C8C. Windows color (decimal): -4486376 or 1608635. OLE color: 1608635.
HSL color Cylindrical-coordinate representation of color #BB8B18: hue angle of 42.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8B18 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 24 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.27 |
| HSL | 42.33º | 0.77% | 0.41% | - |
| HSV(B) | 42.33º | 0.87% | 0.73% | - |
| XYZ | 29.89 | 29.1 | 4.9 | - |
| YUV | 140.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 24 | 0 | 0.26 | 0.87 | 0.27 | 42.33 | 0.77 | 0.41 |
| Hex | BB | 8B | 18 | 0 | 1A | 57 | 1B | 2A | 4D | 29 |
| Octal | 273 | 213 | 30 | 0 | 32 | 127 | 33 | 52 | 115 | 51 |
| Binary | 10111011 | 10001011 | 11000 | 0 | 11010 | 1010111 | 11011 | 101010 | 1001101 | 101001 |
Color Harmonies of #BB8B18
Complementary color
Monochromatic Colors of #BB8B18
Black with #BB8B18
Text Example
Text Example
White with #BB8B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B18; }
p { color: rgb(187,139,24); }
H1.HeaderClassName
{
color: #BB8B18;
}
.AnyTagClassName
{
color: #BB8B18;
}
</style>
background-color css
<style>
a { background-color: #BB8B18; }
a { background-color: rgb(187,139,24); }
div.DivClassName
{
background-color: #BB8B18;
}
.BgClassName
{
background-color: #BB8B18;
}
</style>
border-color css
<style>
span { border-color: #BB8B18; }
span { border-color: rgb(187,139,24); }
td.TdClassName
{
border-color: #BB8B18;
}
.TagClassName
{
border-color: #BB8B18;
}
</style>