Shades of Dark Goldenrod #BB7408
Tints of Dark Goldenrod #BB7408
RGB
CMYK
RGB Variations
Color information
#BB7408 (or 0xBB7408) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 08. RGB value is (187,116,8). Sum of RGB (Red+Green+Blue) = 187+116+8=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7408 is #448BF7. Grayscale: #7D7D7D. Windows color (decimal): -4492280 or 554171. OLE color: 554171.
HSL color Cylindrical-coordinate representation of color #BB7408: hue angle of 36.2º 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 #BB7408 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.27 |
| HSL | 36.2º | 0.92% | 0.38% | - |
| HSV(B) | 36.2º | 0.96% | 0.73% | - |
| XYZ | 26.78 | 23.07 | 3.27 | - |
| YUV | 124.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 8 | 0 | 0.38 | 0.96 | 0.27 | 36.2 | 0.92 | 0.38 |
| Hex | BB | 74 | 8 | 0 | 26 | 60 | 1B | 24 | 5C | 26 |
| Octal | 273 | 164 | 10 | 0 | 46 | 140 | 33 | 44 | 134 | 46 |
| Binary | 10111011 | 1110100 | 1000 | 0 | 100110 | 1100000 | 11011 | 100100 | 1011100 | 100110 |
Color Harmonies of #BB7408
Complementary color
Monochromatic Colors of #BB7408
Black with #BB7408
Text Example
Text Example
White with #BB7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7408; }
p { color: rgb(187,116,8); }
H1.HeaderClassName
{
color: #BB7408;
}
.AnyTagClassName
{
color: #BB7408;
}
</style>
background-color css
<style>
a { background-color: #BB7408; }
a { background-color: rgb(187,116,8); }
div.DivClassName
{
background-color: #BB7408;
}
.BgClassName
{
background-color: #BB7408;
}
</style>
border-color css
<style>
span { border-color: #BB7408; }
span { border-color: rgb(187,116,8); }
td.TdClassName
{
border-color: #BB7408;
}
.TagClassName
{
border-color: #BB7408;
}
</style>