Shades of Dark Goldenrod #BB8608
Tints of Dark Goldenrod #BB8608
RGB
CMYK
RGB Variations
Color information
#BB8608 (or 0xBB8608) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 08. RGB value is (187,134,8). Sum of RGB (Red+Green+Blue) = 187+134+8=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8608 is #4479F7. Grayscale: #888888. Windows color (decimal): -4487672 or 558779. OLE color: 558779.
HSL color Cylindrical-coordinate representation of color #BB8608: hue angle of 42.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 #BB8608 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.27 |
| HSL | 42.23º | 0.92% | 0.38% | - |
| HSV(B) | 42.23º | 0.96% | 0.73% | - |
| XYZ | 29.06 | 27.63 | 4.03 | - |
| YUV | 135.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 8 | 0 | 0.28 | 0.96 | 0.27 | 42.23 | 0.92 | 0.38 |
| Hex | BB | 86 | 8 | 0 | 1C | 60 | 1B | 2A | 5C | 26 |
| Octal | 273 | 206 | 10 | 0 | 34 | 140 | 33 | 52 | 134 | 46 |
| Binary | 10111011 | 10000110 | 1000 | 0 | 11100 | 1100000 | 11011 | 101010 | 1011100 | 100110 |
Color Harmonies of #BB8608
Complementary color
Monochromatic Colors of #BB8608
Black with #BB8608
Text Example
Text Example
White with #BB8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8608; }
p { color: rgb(187,134,8); }
H1.HeaderClassName
{
color: #BB8608;
}
.AnyTagClassName
{
color: #BB8608;
}
</style>
background-color css
<style>
a { background-color: #BB8608; }
a { background-color: rgb(187,134,8); }
div.DivClassName
{
background-color: #BB8608;
}
.BgClassName
{
background-color: #BB8608;
}
</style>
border-color css
<style>
span { border-color: #BB8608; }
span { border-color: rgb(187,134,8); }
td.TdClassName
{
border-color: #BB8608;
}
.TagClassName
{
border-color: #BB8608;
}
</style>