Shades of Dark Goldenrod #BB8218
Tints of Dark Goldenrod #BB8218
RGB
CMYK
RGB Variations
Color information
#BB8218 (or 0xBB8218) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 18. RGB value is (187,130,24). Sum of RGB (Red+Green+Blue) = 187+130+24=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8218 is #447DE7. Grayscale: #878787. Windows color (decimal): -4488680 or 1606331. OLE color: 1606331.
HSL color Cylindrical-coordinate representation of color #BB8218: hue angle of 39.02º 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 #BB8218 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 24 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.27 |
| HSL | 39.02º | 0.77% | 0.41% | - |
| HSV(B) | 39.02º | 0.87% | 0.73% | - |
| XYZ | 28.64 | 26.6 | 4.49 | - |
| YUV | 134.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 24 | 0 | 0.30 | 0.87 | 0.27 | 39.02 | 0.77 | 0.41 |
| Hex | BB | 82 | 18 | 0 | 1E | 57 | 1B | 27 | 4D | 29 |
| Octal | 273 | 202 | 30 | 0 | 36 | 127 | 33 | 47 | 115 | 51 |
| Binary | 10111011 | 10000010 | 11000 | 0 | 11110 | 1010111 | 11011 | 100111 | 1001101 | 101001 |
Color Harmonies of #BB8218
Complementary color
Monochromatic Colors of #BB8218
Black with #BB8218
Text Example
Text Example
White with #BB8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8218; }
p { color: rgb(187,130,24); }
H1.HeaderClassName
{
color: #BB8218;
}
.AnyTagClassName
{
color: #BB8218;
}
</style>
background-color css
<style>
a { background-color: #BB8218; }
a { background-color: rgb(187,130,24); }
div.DivClassName
{
background-color: #BB8218;
}
.BgClassName
{
background-color: #BB8218;
}
</style>
border-color css
<style>
span { border-color: #BB8218; }
span { border-color: rgb(187,130,24); }
td.TdClassName
{
border-color: #BB8218;
}
.TagClassName
{
border-color: #BB8218;
}
</style>