Shades of Dark Goldenrod #BB7B13
Tints of Dark Goldenrod #BB7B13
RGB
CMYK
RGB Variations
Color information
#BB7B13 (or 0xBB7B13) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 13. RGB value is (187,123,19). Sum of RGB (Red+Green+Blue) = 187+123+19=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B13 is #4484EC. Grayscale: #828282. Windows color (decimal): -4490477 or 1276859. OLE color: 1276859.
HSL color Cylindrical-coordinate representation of color #BB7B13: hue angle of 37.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7B13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 19 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.27 |
| HSL | 37.14º | 0.82% | 0.4% | - |
| HSV(B) | 37.14º | 0.9% | 0.73% | - |
| XYZ | 27.69 | 24.78 | 3.94 | - |
| YUV | 130.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 19 | 0 | 0.34 | 0.90 | 0.27 | 37.14 | 0.82 | 0.4 |
| Hex | BB | 7B | 13 | 0 | 22 | 5A | 1B | 25 | 52 | 28 |
| Octal | 273 | 173 | 23 | 0 | 42 | 132 | 33 | 45 | 122 | 50 |
| Binary | 10111011 | 1111011 | 10011 | 0 | 100010 | 1011010 | 11011 | 100101 | 1010010 | 101000 |
Color Harmonies of #BB7B13
Complementary color
Monochromatic Colors of #BB7B13
Black with #BB7B13
Text Example
Text Example
White with #BB7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B13; }
p { color: rgb(187,123,19); }
H1.HeaderClassName
{
color: #BB7B13;
}
.AnyTagClassName
{
color: #BB7B13;
}
</style>
background-color css
<style>
a { background-color: #BB7B13; }
a { background-color: rgb(187,123,19); }
div.DivClassName
{
background-color: #BB7B13;
}
.BgClassName
{
background-color: #BB7B13;
}
</style>
border-color css
<style>
span { border-color: #BB7B13; }
span { border-color: rgb(187,123,19); }
td.TdClassName
{
border-color: #BB7B13;
}
.TagClassName
{
border-color: #BB7B13;
}
</style>