Shades of Dark Goldenrod #BB730E
Tints of Dark Goldenrod #BB730E
RGB
CMYK
RGB Variations
Color information
#BB730E (or 0xBB730E) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 0E. RGB value is (187,115,14). Sum of RGB (Red+Green+Blue) = 187+115+14=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB730E is #448CF1. Grayscale: #7D7D7D. Windows color (decimal): -4492530 or 947131. OLE color: 947131.
HSL color Cylindrical-coordinate representation of color #BB730E: hue angle of 35.03º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB730E is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 14 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.27 |
| HSL | 35.03º | 0.86% | 0.39% | - |
| HSV(B) | 35.03º | 0.93% | 0.73% | - |
| XYZ | 26.7 | 22.86 | 3.42 | - |
| YUV | 125.01 | 65.35 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 14 | 0 | 0.39 | 0.93 | 0.27 | 35.03 | 0.86 | 0.39 |
| Hex | BB | 73 | E | 0 | 27 | 5D | 1B | 23 | 56 | 27 |
| Octal | 273 | 163 | 16 | 0 | 47 | 135 | 33 | 43 | 126 | 47 |
| Binary | 10111011 | 1110011 | 1110 | 0 | 100111 | 1011101 | 11011 | 100011 | 1010110 | 100111 |
Color Harmonies of #BB730E
Complementary color
Monochromatic Colors of #BB730E
Black with #BB730E
Text Example
Text Example
White with #BB730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB730E; }
p { color: rgb(187,115,14); }
H1.HeaderClassName
{
color: #BB730E;
}
.AnyTagClassName
{
color: #BB730E;
}
</style>
background-color css
<style>
a { background-color: #BB730E; }
a { background-color: rgb(187,115,14); }
div.DivClassName
{
background-color: #BB730E;
}
.BgClassName
{
background-color: #BB730E;
}
</style>
border-color css
<style>
span { border-color: #BB730E; }
span { border-color: rgb(187,115,14); }
td.TdClassName
{
border-color: #BB730E;
}
.TagClassName
{
border-color: #BB730E;
}
</style>