Shades of Dark Goldenrod #BB7908
Tints of Dark Goldenrod #BB7908
RGB
CMYK
RGB Variations
Color information
#BB7908 (or 0xBB7908) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 08. RGB value is (187,121,8). Sum of RGB (Red+Green+Blue) = 187+121+8=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7908 is #4486F7. Grayscale: #808080. Windows color (decimal): -4491000 or 555451. OLE color: 555451.
HSL color Cylindrical-coordinate representation of color #BB7908: hue angle of 37.88º 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 #BB7908 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.27 |
| HSL | 37.88º | 0.92% | 0.38% | - |
| HSV(B) | 37.88º | 0.96% | 0.73% | - |
| XYZ | 27.37 | 24.26 | 3.47 | - |
| YUV | 127.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 8 | 0 | 0.35 | 0.96 | 0.27 | 37.88 | 0.92 | 0.38 |
| Hex | BB | 79 | 8 | 0 | 23 | 60 | 1B | 26 | 5C | 26 |
| Octal | 273 | 171 | 10 | 0 | 43 | 140 | 33 | 46 | 134 | 46 |
| Binary | 10111011 | 1111001 | 1000 | 0 | 100011 | 1100000 | 11011 | 100110 | 1011100 | 100110 |
Color Harmonies of #BB7908
Complementary color
Monochromatic Colors of #BB7908
Black with #BB7908
Text Example
Text Example
White with #BB7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7908; }
p { color: rgb(187,121,8); }
H1.HeaderClassName
{
color: #BB7908;
}
.AnyTagClassName
{
color: #BB7908;
}
</style>
background-color css
<style>
a { background-color: #BB7908; }
a { background-color: rgb(187,121,8); }
div.DivClassName
{
background-color: #BB7908;
}
.BgClassName
{
background-color: #BB7908;
}
</style>
border-color css
<style>
span { border-color: #BB7908; }
span { border-color: rgb(187,121,8); }
td.TdClassName
{
border-color: #BB7908;
}
.TagClassName
{
border-color: #BB7908;
}
</style>