Shades of Dark Goldenrod #BB740C
Tints of Dark Goldenrod #BB740C
RGB
CMYK
RGB Variations
Color information
#BB740C (or 0xBB740C) is known color: Dark Goldenrod. HEX triplet: BB, 74 and 0C. RGB value is (187,116,12). Sum of RGB (Red+Green+Blue) = 187+116+12=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB740C is #448BF3. Grayscale: #7D7D7D. Windows color (decimal): -4492276 or 816315. OLE color: 816315.
HSL color Cylindrical-coordinate representation of color #BB740C: hue angle of 35.66º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB740C is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 12 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.27 |
| HSL | 35.66º | 0.88% | 0.39% | - |
| HSV(B) | 35.66º | 0.94% | 0.73% | - |
| XYZ | 26.81 | 23.08 | 3.39 | - |
| YUV | 125.37 | 64.02 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 12 | 0 | 0.38 | 0.94 | 0.27 | 35.66 | 0.88 | 0.39 |
| Hex | BB | 74 | C | 0 | 26 | 5E | 1B | 24 | 58 | 27 |
| Octal | 273 | 164 | 14 | 0 | 46 | 136 | 33 | 44 | 130 | 47 |
| Binary | 10111011 | 1110100 | 1100 | 0 | 100110 | 1011110 | 11011 | 100100 | 1011000 | 100111 |
Color Harmonies of #BB740C
Complementary color
Monochromatic Colors of #BB740C
Black with #BB740C
Text Example
Text Example
White with #BB740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB740C; }
p { color: rgb(187,116,12); }
H1.HeaderClassName
{
color: #BB740C;
}
.AnyTagClassName
{
color: #BB740C;
}
</style>
background-color css
<style>
a { background-color: #BB740C; }
a { background-color: rgb(187,116,12); }
div.DivClassName
{
background-color: #BB740C;
}
.BgClassName
{
background-color: #BB740C;
}
</style>
border-color css
<style>
span { border-color: #BB740C; }
span { border-color: rgb(187,116,12); }
td.TdClassName
{
border-color: #BB740C;
}
.TagClassName
{
border-color: #BB740C;
}
</style>