Shades of Dark Goldenrod #BB8308
Tints of Dark Goldenrod #BB8308
RGB
CMYK
RGB Variations
Color information
#BB8308 (or 0xBB8308) is known color: Dark Goldenrod. HEX triplet: BB, 83 and 08. RGB value is (187,131,8). Sum of RGB (Red+Green+Blue) = 187+131+8=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8308 is #447CF7. Grayscale: #868686. Windows color (decimal): -4488440 or 558011. OLE color: 558011.
HSL color Cylindrical-coordinate representation of color #BB8308: hue angle of 41.23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB8308 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.27 |
| HSL | 41.23º | 0.92% | 0.38% | - |
| HSV(B) | 41.23º | 0.96% | 0.73% | - |
| XYZ | 28.65 | 26.81 | 3.9 | - |
| YUV | 133.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 8 | 0 | 0.30 | 0.96 | 0.27 | 41.23 | 0.92 | 0.38 |
| Hex | BB | 83 | 8 | 0 | 1E | 60 | 1B | 29 | 5C | 26 |
| Octal | 273 | 203 | 10 | 0 | 36 | 140 | 33 | 51 | 134 | 46 |
| Binary | 10111011 | 10000011 | 1000 | 0 | 11110 | 1100000 | 11011 | 101001 | 1011100 | 100110 |
Color Harmonies of #BB8308
Complementary color
Monochromatic Colors of #BB8308
Black with #BB8308
Text Example
Text Example
White with #BB8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8308; }
p { color: rgb(187,131,8); }
H1.HeaderClassName
{
color: #BB8308;
}
.AnyTagClassName
{
color: #BB8308;
}
</style>
background-color css
<style>
a { background-color: #BB8308; }
a { background-color: rgb(187,131,8); }
div.DivClassName
{
background-color: #BB8308;
}
.BgClassName
{
background-color: #BB8308;
}
</style>
border-color css
<style>
span { border-color: #BB8308; }
span { border-color: rgb(187,131,8); }
td.TdClassName
{
border-color: #BB8308;
}
.TagClassName
{
border-color: #BB8308;
}
</style>