Shades of Dark Goldenrod #BB7B08
Tints of Dark Goldenrod #BB7B08
RGB
CMYK
RGB Variations
Color information
#BB7B08 (or 0xBB7B08) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 08. RGB value is (187,123,8). Sum of RGB (Red+Green+Blue) = 187+123+8=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B08 is #4484F7. Grayscale: #818181. Windows color (decimal): -4490488 or 555963. OLE color: 555963.
HSL color Cylindrical-coordinate representation of color #BB7B08: hue angle of 38.55º 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 #BB7B08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.27 |
| HSL | 38.55º | 0.92% | 0.38% | - |
| HSV(B) | 38.55º | 0.96% | 0.73% | - |
| XYZ | 27.62 | 24.75 | 3.55 | - |
| YUV | 129.03 | 59.7 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 8 | 0 | 0.34 | 0.96 | 0.27 | 38.55 | 0.92 | 0.38 |
| Hex | BB | 7B | 8 | 0 | 22 | 60 | 1B | 27 | 5C | 26 |
| Octal | 273 | 173 | 10 | 0 | 42 | 140 | 33 | 47 | 134 | 46 |
| Binary | 10111011 | 1111011 | 1000 | 0 | 100010 | 1100000 | 11011 | 100111 | 1011100 | 100110 |
Color Harmonies of #BB7B08
Complementary color
Monochromatic Colors of #BB7B08
Black with #BB7B08
Text Example
Text Example
White with #BB7B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B08; }
p { color: rgb(187,123,8); }
H1.HeaderClassName
{
color: #BB7B08;
}
.AnyTagClassName
{
color: #BB7B08;
}
</style>
background-color css
<style>
a { background-color: #BB7B08; }
a { background-color: rgb(187,123,8); }
div.DivClassName
{
background-color: #BB7B08;
}
.BgClassName
{
background-color: #BB7B08;
}
</style>
border-color css
<style>
span { border-color: #BB7B08; }
span { border-color: rgb(187,123,8); }
td.TdClassName
{
border-color: #BB7B08;
}
.TagClassName
{
border-color: #BB7B08;
}
</style>